Usage Metrics API - Licenses
Programmatic access to usage metrics across an organization
List of Implemented APIs
Get License Information 
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response with license info.
application/json
400
Bad Request – Invalid or missing parameters.
401
Unauthorized – Invalid token.
404
Not Found – Resource not found.
500
Internal Server Error – Unexpected server error.
GET
/api/v1/licenseGet Account Permissions Info 
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
rolestringRequiredExample:
AdminResponses
200
Successful response with users for the given role.
application/json
400
Bad Request – Invalid or missing parameters.
401
Unauthorized – Invalid token.
404
Not Found – Resource not found.
500
Internal Server Error – Unexpected server error.
GET
/api/v1/instance/permissionsLast updated
Was this helpful?
