Request Payload Attributes
The authentication request requires a structured payload containing your application’s OAuth credentials and target Drizz API audience. These attributes enable secure token issuance and ensure that only authorized systems can trigger Drizz workflows. All fields must be provided exactly as issued by your identity provider (Auth0).
Attribute
Data Type
Max Length
Description
Example
client_id
string
128
Auth0 client identifier
abc123xyz
client_secret
string
256
Auth0 client secret
pQ9$ks...
audience
string
256
Drizz API audience
https://app.drizz.dev/api/tm/api/pub/
grant_type
string
32
OAuth grant type
client_credentials
Last updated
Was this helpful?