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¶m2=value2 \
--header 'x-api-key: your-api-key'