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.

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