Download a Postman collection for this workspace
Returns a Postman Collection v2.1 JSON document with every public API endpoint pre-configured for your organization and grouped into folders by resource. Auth is wired as an X-API-Key header referencing an {{orbit_api_key}} variable, so you import the collection, set that variable, and start calling the API. Sent as a downloadable attachment (orbit-<slug>.postman_collection.json) that embeds no credential. Requires an authenticated owner, admin, or developer session.
Authorizations
Dashboard JWT token from Clerk
Response
The Postman Collection v2.1 document, sent as a downloadable attachment.
Collection metadata (name, description, and the Postman v2.1 schema URL).
Folders of requests, one folder per API resource tag.
API-key auth applied to every request, sending the {{orbit_api_key}} variable as the X-API-Key header.
Collection variables (base URL, API key, org id) the importer fills in.