Skip to main content

ServiceTokenRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ServiceTokenRequestBody.json
clientIdstringrequired
clientSecretstringrequired
grantTypestringrequired

OAuth2 grant type; only client_credentials is supported

Possible values: [client_credentials]

ServiceTokenRequestBody
{
"$schema": "https://example.com/schemas/ServiceTokenRequestBody.json",
"clientId": "string",
"clientSecret": "string",
"grantType": "client_credentials"
}