# 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                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drizz.dev/drizz-api-integration/authentication/request-payload-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
