Back to Knowledge Base
API Docs Overview
What is the API Docs page?
Section titled “What is the API Docs page?”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.
How to open it
Section titled “How to open it”Go to Menu → Developer → API Docs, or navigate to https://<your-domain>/#/docs.
What’s documented
Section titled “What’s documented”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.
Using the docs
Section titled “Using the docs”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.
Authentication
Section titled “Authentication”Authorization: Bearer YOUR_TOKENHow to Create and Manage API Tokens