JWT Generation
POST {{authz_url}}?grant_type=client_credentials&client_id={{client_id}}&client_secret={{client_secret}}&cache-control=no-cache&scope={{scope}}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
grant_type | string | ||
client_id | string | ||
client_secret | string | ||
cache-control | string | ||
scope | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |