API Keys

Introduction

This API requires providing your username and password along with every call to authenticate your identity. Basic authentication makes use of the Authorization HTTP header. If you omit the credentials, overrun a rate limit, or exceed a quota, the system will respond with an error message.

Generating your API key

You can get your API key from the Account Setting in the Studio. The key provided in the studio is in this format: API_USERNAME:API_PASSWORD
The key is visible only once when generated, store it in a secure place on your side.


Using your API Key

Provide your API Key along with every API request using Authorization HTTP header:

KeyValue
AuthorizationBasic API_USERNAME:API_PASSWORD

You can also use your key here in the API Docs to try the code examples next to each endpoint.
Simply add your API Key separated to username (API_USERNAME) : password (API_PASSWORD) in the Authorization field above each code example

: