The Rize API is built with GraphQL. If you’re new to GraphQL, we’ve added a few resources below to checkout:

Endpoint

The Rize GraphQL endpoint is:

<https://api.rize.io/api/v1/graphql>

View All Queries and Mutations

If you head to the Rize GraphQL Playground at https://api.rize.io/api/v1/graphiql and click on the book icon in the top left of the page, you can see a list of all available Queries and Mutations.

image.png

image.png

GraphQL Request with Hoppscotch

This a video walk through of using the Rize GraphQL API with Hoppscotch at https://hoppscotch.io/graphql.

https://www.loom.com/share/c069831928324a56acab287c197006ea

GraphQL Playground

We have a GraphQL Playground here: https://api.rize.io/api/v1/graphiql. This video below shows how to use the GraphQL Playground.

https://www.loom.com/share/2a9d23f5b5b8403098d68515f9ec3931

Checkout Authentication for details on how to authentication with the API.