Authenticate into API with your api key and api secret

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

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!