This article provides answers to frequently asked questions regarding the Userorbit API and its integration capabilities, covering topics like rate limits, feature availability, webhooks, and custom integrations.
Answers to common questions about the current Userorbit API and integrations.
How do I authenticate?
Create a key in Settings → API Keys. Send it asAuthorization: Bearer YOUR_API_KEY. Send x-team-id: YOUR_TEAM_ID when the key can access more than one workspace.What request format does the API use?
Public operations usePOST requests to action-style endpoints such as /api/v1/feedbacks.list, with JSON request bodies.What are the rate limits?
Do not hard-code an assumed limit. Handle429 responses with backoff and contact Userorbit support if your integration needs a confirmed throughput limit.