Skip to content

API Reference

Complete reference for the Quackback REST API.

Base URL

https://feedback.quackback.io/api/v1

Replace the hostname with your own if self-hosting.

Authentication

All API endpoints require authentication using an API key. Include your key in the Authorization header:

Authorization: Bearer qb_your_api_key_here

API keys can be created in the Quackback admin dashboard under Settings > API Keys.

Pagination

List endpoints support cursor-based pagination:

  • Use the limit parameter to control page size (1-100, default 20)
  • Use the cursor parameter with the value from meta.pagination.cursor to fetch the next page
  • When meta.pagination.hasMore is false, there are no more items

TypeIDs

All resource IDs use TypeID format: {type}_{base32_uuid}

post_01h455vb4pex5vsknk084sn02q

Endpoints