API Reference

Complete reference for all CollaBevy API endpoints. Select a category to explore available endpoints.

Base URL

https://collabevy.com/api

API Categories

Common Query Parameters

These parameters are supported by most list endpoints:

ParameterTypeDescription
pagenumberPage number (default: 1)
limitnumberItems per page (default: 20, max: 100)
sortstringSort field (prefix with - for descending)

Error Codes

The API uses standard HTTP status codes and returns error details in the response:

CodeStatusDescription
UNAUTHORIZED401Invalid or missing API key
FORBIDDEN403API key lacks required scope
NOT_FOUND404Resource not found
RATE_LIMITED429Too many requests
VALIDATION_ERROR400Invalid request data
INTERNAL_ERROR500Server error