post
https://example.com/beyondtrust/api/public/v3/auth/connect/token
Authenticates the provided credentials and allows access to the public API.
Required Permission(s)
- Application user must be associated to an API Access Policy API registration and must belong to a user group with necessary permissions
Request Body details
- Request must have content type application/x-www-form-urlencoded
- Request format:
grant_type=client_credentials&client_id=[user-client-id]&client_secret=[user-client-secret]
Response Body
- Response format =
{"access_token": "string", "expires_in": 0, "token_type": "Bearer", "scope": "string"}
