X-DigiCert-Secret request header. There is no token exchange step — you use the key directly.
Generate your API Secret key
- Log in to the Digital Certificate platform with your Institution account.
- Navigate to your profile settings.
- Generate an API Secret key. Copy and store it immediately — the platform will not show it again in full.
Production and sandbox are separate environments, each with its own API Secret key. Generate a key for each environment from your Institution profile. See Environments for the base URLs.
Include the key in requests
Pass the key in theX-DigiCert-Secret header of every API request:
Handling authentication errors
A missing or invalid key returns401 Unauthorized:
401, verify the key value and confirm it was generated for the correct Institution account.