Authorization
The Authorization service contains only one API, which is the Login API, to authenticate a user in the VertoFX platform.
The Login service requires you to send your authorization request using clientId and apiKey.
If you don't know your clientId and apiKey, please refer to Authentication.
Also, you need to make sure that the mode parameter is set to apiKey.
In response to your request, you'll be provided with a token value.
You need to add this token value in the Authorization header using Bearer scheme to access all other endpoints.
Each Login API request generates a new token value which is valid for 60 minutes. Therefore, before generating a new token value it is recommended to use an existing token value until it expires.
