API Reference
GraphQL API endpoint
POST
https://api.kublau.com/graphql.json
Headers
Name
Type
Description
Authorization
string
Bearer token to authenticate with our API.
Explore using GraphQL Playground
You can explore our GraphQL API through our GraphQL playground. You'll need to authenticate 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.

Last updated
Was this helpful?