Skip to content
Back to Knowledge Base

API Docs Overview

The API Docs page is CoCoCo’s built-in reference browser for the full GraphQL API. It documents every type, query, and mutation available on your platform.

Go to Menu → Developer → API Docs, or navigate to https://<your-domain>/#/docs.

Every GraphQL type, query, and mutation available on your platform — hundreds of each. The page always reflects your platform’s current schema, so the exact counts and entries are shown live in the browser.

The docs are interactive — click through types to explore fields, see required arguments, and understand response structures.

For running live queries, use the GraphQL Playground which connects directly to the API with your credentials.

Authorization: Bearer YOUR_TOKEN

How to Create and Manage API Tokens