Authentication
All API requests must be authorized through your API ID in the HTTP request headers.
Your API ID is permanently linked to your 8SELECT account. It must be included in every call to the API as a x-api-id
header to authorize your request:
POST /graphql
Host: https://api.8select.io
x-api-id: <Your API ID>
Last updated
Was this helpful?