post https://api.viously.com/{Version}/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