Authentication
As for now, the API only allows you to use basic authentication.
How to get basic authentication value?
The basic authentication value already has been added into the database when your account was created. This is the api key that can be found on the dashboard.
Example usage:
"headers": {
"Authorization": "Basic <api_key>"
}
Last updated