Skip to main content

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.

Viewing GraphQL Schema Documentation

The comprehensive schema documentation for Rize's API can be viewed from the GraphQL Playground by clicking the "Show Documentation Explorer" icon in the top left.

Screenshot showing how to view GraphQL schema documentation