Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the companies available to the authenticated API key
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/account \ --header 'Authorization: Bearer <token>'
{ "success": true, "user": { "id": "user_abc123" }, "companies": [ { "id": "company_abc123", "name": "Acme Inc" } ], "currentCompanyId": "company_abc123" }
curl "https://api.sequenzy.com/api/v1/account" \ -H "Authorization: Bearer YOUR_API_KEY"