API Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
POST
https://api.kublau.com/graphql.json
Authorization
string
Bearer token to authenticate with our API.
You can explore our GraphQL API through our . You'll need to before you can start sending queries or mutations.
In the playground you'll find two tabs on the right:
Docs - Interactive documentation of the API.
Schema - Our GraphQL Schema.
Inside the Docs you can navigate and search for:
Queries - This provides access to the set of types that can be queried for using the API.
Mutations - Set of operations that change data on the server.
Types - Definitions and docs for the objects the API accepts and returns.