S

Salesforce GraphQL API

GraphQL discovered

Details
Endpoint
https://{MyDomainName}.my.salesforce.com/services/data/v{version}/graphql
Spec
introspection
Docs
https://developer.salesforce.com/docs/platform/graphql/guide/get-started-graphql.html
Authentication
Salesforce OAuth access token bearer discovered Get token ↗
Authorization: Bearer <credential>

Get an API access token using Salesforce OAuth 2.0. The easiest path in the docs is the quick start in Connect Altair GraphQL Client to Salesforce, which says GraphQL uses OAuth 2.0 and recommends authenticating via Salesforce CLI for quick starts; for production apps, create your own external client app and use an OAuth flow that fits your app. The token is then sent as Authorization: Bearer <access_token>.