Quick Start

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Get your API keys

To request access to our API service, please follow these steps:

  1. Send an email to [email protected] requesting access to our API key. In your email, please include the following information:

  • Your name and email address

  • The reason why you are requesting access to our API key

  • The specific service you are requesting access to

  1. We will review your request and may follow up with you for additional information or verification.

  2. If your request is approved, we will provide you with a unique API key or token that you can use to access our service.

Please note that we may limit access to our API key based on factors such as usage limits, compliance with our terms of service, and availability. Additionally, we may periodically review and update our access request process to ensure the security and integrity of our service.

How to Authorize

Once you have been granted access to our API key, you can use it to authenticate your requests to our service. To do this, you need to insert the token under the Authorization header of your API requests.

The exact method for inserting the token may vary depending on the programming language or tool you are using, but the basic structure of the header should be as follows:

--header 'Authorization: <your API key token>

Replace <your API key token> with the unique token provided to you when your access request was approved. This token should be kept confidential, as it is used to authenticate your requests to our service.

By including the token under the Authorization header, you can ensure that your requests are authenticated and authorized to access our service. If you have any questions or need assistance with using our API key token, please don't hesitate to contact us at [email protected].

Last updated