Introduction to Rize's GraphQL API
Rize's GraphQL API enhances your productivity by giving you control over how you integrate Rize's time-tracking and focus-boosting features into your existing workflows.
info
If you are new to GraphQL, you can learn how to get started with the following resources:
API Endpoint
The Rize GraphQL endpoint is available at:
https://api.rize.io/api/v1/graphql
GraphQL Playground
You can test Rize's APIs in the GraphQL Playground available here: https://api.rize.io/api/v1/graphiql.
Schema Reference
Use the schema explorer in GraphQL Playground to inspect queries, mutations, types, and enums directly against the live API.
Viewing GraphQL Schema Documentation
The comprehensive schema documentation for Rize's API can also be viewed from the GraphQL Playground by clicking the "Show Documentation Explorer" icon in the top left.
