Response Attributes
The authentication endpoint returns a structured OAuth token response used to authorize all subsequent Drizz API calls. These attributes define the bearer token, its type, and its validity window. Clients must store the token securely and refresh it upon expiry to maintain uninterrupted CI/CD or automation workflows.
Attribute
Data Type
Description
Example
access_token
string
Bearer token for API access
eyJhbGciOi...
token_type
string
Token type
Bearer
expires_in
number
Token expiry (seconds)
86400
Last updated
Was this helpful?