Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sleekplan.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Sleekplan REST API exposes the same data you see in the dashboard. This page is an orientation guide; the full endpoint reference (parameters, request bodies, examples) lives in the Sleekplan dashboard at Settings → Developer.

What the API covers

ResourceWhat you can do
FeedbackCreate, read, update, and manage feedback items
CommentsAdd and retrieve comments on feedback items
VotesRead vote counts and manage votes programmatically
UsersCreate and update user records, manage segments
ChangelogCreate and publish changelog entries
SurveysAccess survey definitions and responses
TagsRead and assign tags to feedback items
TopicsManage topic categories

Authentication

The API uses an API key sent as Authorization: Bearer YOUR_API_KEY. See API keys for how to create, use, and rotate them.

Interactive reference

1

Open Settings → Developer

2

Browse the API reference

The Developer section contains the full interactive API reference where you can explore endpoints and make test requests authenticated with your API key.
Sleekplan does not publish a separate public API specification. All authoritative endpoint details are in the in-app reference.

MCP Server

Webhooks

Choosing the right integration

  • REST API — query or write Sleekplan data on demand from your backend.
  • Webhooks — react to events without polling.
  • MCP server — natural-language access from an AI assistant.
  • Canvas (Custom Integration) — render interactive UI inside Sleekplan Admin; see Canvas overview.
Many integrations combine webhooks (event triggers) with the REST API (on-demand reads/writes).