Authentication
This page details how to get an API Key as well as how to authenticate requests.
API Key
In order to get an API key you must create an API account on our website. After successfully creating an account, you can request an activation of a trial or purchase a credit/subscription package in order to start making requests.
Authenticating Requests
Toto API uses the 'x-api-key' custom header convention to authenticate requests. To authenticate a request, provide the API Key in the x-api-key
header of the request as shown below:
Last updated