Endpoint for partners to login and receive an access token.
The ‘grant_type’ key indicates this is a password request in compliance with OAuth 2.0 principles.
The access token is important and is used to continue all future interaction with the API.
The optional refresh token is used to refresh the expiration time remaining back to the original value. The expiration value is generally 600 seconds (10 minutes).
Tokens can be renewed as often as needed by re-issuing the call to the ‘login’ endpoint using valid credentials if your API is not set up to handle refresh tokens.
Once a token has been returned, this ‘session’ token is used as authorization granting access to all of the API capabilities. The following endpoints access and manage the provisioning process through the primary URL: https://api.cyrisma.com/app
Form data for partner login.
The username for partner login.
1The password for partner login.
1The grant type for partner login.
1The grant type for partner login.
The number of seconds until the token expires.
The client ID for partner login.
OK
Represents a baseline target with its name and grade.