Exchange credentials for an bearer token.
Ok
Unauthorized
Forbidden
Not Found
Validation Failed
{- "client_id": "string",
- "client_secret": "string",
- "grant_type": "client_credentials",
- "scope": [
- "service-provider:read"
]
}
{- "access_token": "string",
- "token_type": "Bearer",
- "scope": [
- "service-provider:read"
], - "expires_at": 0,
- "client_id": "string",
- "issued_at": 0
}