post
https://enquire-app.us.auth0.com/oauth/token
Request properties
RAW BODY:
| Key | Type | Description |
|---|---|---|
| client_id | String | The api key provided upon your subscription to the platform as a client |
| client_secret | String | The api secret provided upon your subscription to the platform as a client |
| audience | String | The audience for which the token is intended (always https://auth.app.enquire.ai) |
| grant_type | String | The type of grant for which the token is intended (always "client_credentials") |
Response properties
| Key | Type | Description |
|---|---|---|
| id_token | String | The Json Web Token (authentication authorization token) |