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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"access_token":"ey...","token_type":"Bearer","expires_in":1800,"scope":"api.read api.write","jti":"b019ceb63513456c88f2d67c0e92d35b","subtenant":"esse aliquip"}