Quick Start
Login
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 token at any time.
Make your first request
To make your first request, send an request to login. Once you provide your email, we will send you a token. You can use that token
to authenticate and get your API Key.
Take a look at how you might call this method using libraries, or via curl
:
Last updated