Operately API
Operately API provides HTTP endpoints for querying and mutating Operately resources.
- Every endpoint is authenticated with an API token.
- Use the header
Authorization: Bearer <token>. - Queries are read operations (
GET). - Mutations are write operations (
POST). - Read-only tokens cannot execute mutations and return
403.
Endpoint Namespaces#
| Namespace | Queries | Mutations | Total |
|---|---|---|---|
| Comments API | 1 | 3 | 4 |
| Companies API | 7 | 13 | 20 |
| Documents API | 1 | 4 | 5 |
| Goals API | 8 | 32 | 40 |
| Links API | 1 | 3 | 4 |
| Notifications API | 3 | 6 | 9 |
| People API | 9 | 3 | 12 |
| Projects API | 17 | 37 | 54 |
| Reactions API | 0 | 2 | 2 |
| Resource Hubs API | 3 | 6 | 9 |
| Spaces API | 10 | 14 | 24 |
| Tasks API | 3 | 10 | 13 |