Security • DET — New License Process APIs
Authenticate DET — New License Process APIs requests
Use POST /api/v1/auth/authenticate for authentication, then send the returned credential with protected API requests.
Security Requirement
Always store client secrets in secure environment variables or key vaults. Never commit credentials to version control.
Authorization Header Format
Include the access token in the standard HTTP Authorization header for all protected requests.
Authorization: Bearer YOUR_API_TOKENSecurity Best Practices
Trusted Systems
Call this API from trusted backend systems only. Do not expose credentials or access tokens in client-side browser bundles.
Operational Support
Log request correlation IDs and timestamps for troubleshooting, keeping authorization headers out of plain-text logs.