post https://api.datafiniti.co/v4/auth
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.