Overview#
Retrieve the Certificate Authority Bundle (CAB) public key used by the system to sign responses and data.Retrieve CAB Public Key#
Endpoint: GET /dptcab/public-keyUse Case#
The CAB public key is the system's cryptographic identity. Use this endpoint to obtain the public key that verifies system-signed responses, ensuring that data you receive genuinely originates from the system and has not been tampered with. Store this key and use it to verify signatures on system responses and encrypted data sent by the system.The CAB public key is system-wide and shared across all profiles
Use this key to decrypt messages sent by the system to you
Verify the CAB public key through secure channels when first obtained