Authentication

All Aterio API endpoints require an API key for access. This key must be included in the request header using the x-api-key field. API keys are issued to verified partners and customers.

EXAMPLE

To authenticate a request, include the following header:

x-api-key: your-api-key

SAMPLE REQUEST

curl --request GET \
  --url https://api.aterio.io/v1/selected-endpoint?param1=value1&param2=value2 \
  --header 'x-api-key: your-api-key'

GETTING THE API KEY

To request access to the API and receive your unique key, please contact our sales team. Pricing details will also be provided during this process.