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 one company workspace
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/companies/{companyId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "company": { "id": "company_abc123", "name": "Acme", "status": "ready", "websiteUrl": "acme.com", "logoUrl": "https://example.com/logo.png", "createdAt": "2026-05-01T10:30:00Z", "language": "en", "emailLocalizationConfig": { "enabled": false, "locales": [] } } }
curl "https://api.sequenzy.com/api/v1/companies/company_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"