post https://api.viously.com/v1/authentication
This is a standard basic authentication method.
The credentials are constructed by first combining the api key and the api secret with a colon (Aladdin:opensesame
), then by encoding the resulting string in base64 (QWxhZGRpbjpvcGVuc2VzYW1l
).
Then you must add an Authorization
header in your request:
Authorization: Basic QWxhZGRpbjpvcGVuc2VzYW1l
Note: The returned token expires after 1 hour.