API Reference
Introduction
for testing the api within the folder "api reference" please make sure to add the prober basic authentication header first! we are using basic authentication https //developer mozilla org/en us/docs/web/http/headers/authorization#basic authentication so you need to construct the credentials first combining any string as first value and the password (your api key) with a colon then encode the string base64 https //developer mozilla org/en us/docs/glossary/base64 fill in the generated auth header here