Authentication

Recipes
💻
Autotrace
Open Recipe

All requests to our API are authenticated by including an Authorization header in the request, in the form of: Authorization: Bearer <token>. This endpoint allows you to use your email and password to receive a token. You will then use that token in all future requests.

Body Params
string
required

The email associated with your account

string
required

The password for your account. Don't worry, this request is encrypted, and your password is never stored in plain text.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json