Appearance
API Reference
The Ybug REST API lets you read and manage teams, projects, feedback, tags, comments and webhooks programmatically.
Availability: the API is currently limited to Company and Enterprise plan customers.
Base URL
https://api.ybug.ioAll endpoints are versioned under /v1/.
Getting started
- Generate a personal API token in the Ybug Dashboard — click Generate token.
- Send it as a Bearer token in the
Authorizationheader on every request. - Pick an endpoint from the sidebar and try it out.
Reference topics
- Authentication — how to obtain and use your API token.
- Pagination —
page/page_sizeparameters and response metadata. - Rate limiting — request quotas and
429handling. - Errors — status codes and the error response format.
Endpoints
Browse endpoints by resource in the sidebar: Users, Teams, Projects, Feedback, Tags, Comments and Hooks.