Documentation

API Reference

REST API for managing boards, posts, comments, statuses, tags, roadmaps, and votes.

API Reference

Base URL

https://app.boarbs.com/api

Authentication

Include your API key as a Bearer token:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://app.boarbs.com/api/posts?organizationId=YOUR_ORG_ID"

Create keys in Settings → API Keys. Keys are either read-only (GET only) or read-write (all methods). Every request requires your organizationId.

Authentication Details →

Rate Limits

Auth TypeLimit
API Key100 req/min
Session1,000 req/min
Unauthenticated20 req/min

Rate limit headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.

Endpoints

Browse all endpoints, view schemas, and try requests directly in the interactive API explorer:

Open API Explorer →