Authorization
Verity API use “Authentication” header to allow data access. All requests to this API must be authorized using a secret token that you must obtain during the authentication process. Authentication is done via the “authentication” HTTP header.
*Note: Please contact Verity support for providing the access credentials.
;
connector/Authorization/GetAuthorizationToken GET
HEADERS: Content-Type: application/x-www-form-urlencodedRequest | Response |
---|---|
application/json, text/json{ "username": "string", "password": "string" } |
SUCCESSFULL:
{
'access_token': 'SIQmnU6fmLBAQ6789E …",',
'token_type' : 'bearer'
}
|