API Reference
REST API for managing boards, posts, comments, statuses, tags, roadmaps, and votes.
API Reference
Base URL
https://app.boarbs.com/apiAuthentication
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.
Rate Limits
| Auth Type | Limit |
|---|---|
| API Key | 100 req/min |
| Session | 1,000 req/min |
| Unauthenticated | 20 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: