API Reference
Complete reference for all CollaBevy API endpoints. Select a category to explore available endpoints.
Base URL
https://collabevy.com/api
API Categories
Collaborations
Manage collaborations, workflows, and brand access
Contracts
Create, sign, and export contracts
Contract Signing
Token-based contract signing for brands
Brand Portal
Brand access to collaboration details
Workflow Templates
Create and manage workflow templates
Invoices
Create, send, and track invoices
Deliverables
Manage deliverables and submissions
Payment Phases
Manage milestone-based payments
Assets
Upload and manage files
Portal Settings
Configure your creator portal
Profile & Branding
Manage profile and branding settings
Common Query Parameters
These parameters are supported by most list endpoints:
| Parameter | Type | Description |
|---|---|---|
| page | number | Page number (default: 1) |
| limit | number | Items per page (default: 20, max: 100) |
| sort | string | Sort field (prefix with - for descending) |
Error Codes
The API uses standard HTTP status codes and returns error details in the response:
| Code | Status | Description |
|---|---|---|
| UNAUTHORIZED | 401 | Invalid or missing API key |
| FORBIDDEN | 403 | API key lacks required scope |
| NOT_FOUND | 404 | Resource not found |
| RATE_LIMITED | 429 | Too many requests |
| VALIDATION_ERROR | 400 | Invalid request data |
| INTERNAL_ERROR | 500 | Server error |