Skip to content

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.io

All endpoints are versioned under /v1/.

Getting started

  1. Generate a personal API token in the Ybug Dashboard — click Generate token.
  2. Send it as a Bearer token in the Authorization header on every request.
  3. Pick an endpoint from the sidebar and try it out.

Reference topics

  • Authentication — how to obtain and use your API token.
  • Paginationpage / page_size parameters and response metadata.
  • Rate limiting — request quotas and 429 handling.
  • Errors — status codes and the error response format.

Endpoints

Browse endpoints by resource in the sidebar: Users, Teams, Projects, Feedback, Tags, Comments and Hooks.