Client Credentials Grant

POST {{baseUrl}}/oauth/token

OAuth 2.0 Client Credentials Grant (see RFC 6749). Endpoint requires client authentication via Authorization header using Basic scheme (see RFC 7617).

Request Body

[{"name"=>"grant_type", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"iam-action", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"subtenant", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;access_token&quot;:&quot;ey...&quot;,&quot;token_type&quot;:&quot;Bearer&quot;,&quot;expires_in&quot;:1800,&quot;scope&quot;:&quot;api.read api.write&quot;,&quot;jti&quot;:&quot;b019ceb63513456c88f2d67c0e92d35b&quot;,&quot;subtenant&quot;:&quot;esse aliquip&quot;}