Use the Userorbit API to automate supported workspace resources with action-style HTTP endpoints.

Authentication

Send Authorization: Bearer YOUR_API_KEY, x-team-id: YOUR_TEAM_ID, and Content-Type: application/json.

Request pattern

Send POST https://api.userorbit.com/api/v1/ACTION with a JSON body. List responses usually include pagination and data; item responses usually include data.

Common resources

  • Feedback and feedback boards
  • Announcements and announcement collections
  • Roadmaps and their feedback-based items
  • Help Center articles and collections
  • Contacts, tags, and projects

Find the exact action

Use the current API documentation for required fields before sending a write. Do not infer an endpoint from a dashboard label. Start with list and info actions, then test writes in a non-production workspace.

Errors

400 indicates invalid input, 401 invalid authentication, 403 insufficient access, 404 an unknown action or resource, and 429 a rate limit. Log request IDs and redacted payloads for troubleshooting.

Was this helpful?