Getting Started
Overview
What you need before making your first request.
The Developer API is a single scoped GraphQL endpoint:
POST https://select.getscout.ai/api/developer/graphqlEvery request needs:
- An API key, generated from your organisation's Developer page in the Scout Select dashboard,
sent as the
x-api-keyheader. - A
content-type: application/jsonheader. - A JSON body with
queryand (for parameterised operations)variables, per standard GraphQL-over-HTTP convention.
Continue to Authentication to see how keys, scopes, and optional extra headers work, then Rate Limits before you start sending production traffic.