Skip to main content
The Grapple REST API lets you read workspace and project data from your own integrations, scripts, and automations. All v1 endpoints live under:

Authentication

Every v1 request requires a workspace API key sent as a Bearer token:
API keys are scoped to a single workspace. Use GET /me to confirm which workspace your key belongs to.

Endpoints

Replace {workspace} with your workspace slug and {project} with a project ID.

Errors

The API returns JSON error bodies:

Next steps

Authentication

Create and manage workspace API keys.

List projects

Fetch all projects in a workspace.