Use Sturdys GraphQL API to integrate anything with Sturdy!
In GraphQL, all queries are made to a single endpoint:
https://api.getsturdy.com/graphql
Authenticate yourself to the API by providing the Authorization
header.
Authorization: bearer token
Note that all queries must be authenticated. Get your personal access token below.
We're recommending to use a GraphQL app to explore the API and create your queries. Sturdy supports Schema Inspection, these clients will automatically download the API schema and documentation when configured to connect to the Sturdy API.