Create JWT
POST
/v1/token
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/token' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}'
Response Response Example
{}
Request
Header Params
Content-Type
string
optional
Example:
application/json
Accept
string
optional
Example:
application/json
Body Params application/json
Responses
Modified at 2024-07-09 07:00:07