Quick Start

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key from your Dashboard at any time.

The best way to interact with our API is to use one of our official libraries:

Make your first request

To make your first request, send an authenticated request to the status endpoint. This will show a status of service API

Get status of API

POST /status

Get details about service API

OK

Take a look at how you might call this method using our official libraries, or via curl:

curl https://api.com/status  
    -u YOUR_API_KEY:  

Last updated