Scout SelectDeveloper Documentation
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/graphql

Every request needs:

  • An API key, generated from your organisation's Developer page in the Scout Select dashboard, sent as the x-api-key header.
  • A content-type: application/json header.
  • A JSON body with query and (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.