Companies
Get Company
Get one company workspace
GET
/
api
/
v1
/
companies
/
{companyId}
Get Company
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",
"primaryColor": "#0ea5e9",
"brandColors": { "primary": "#0ea5e9" },
"description": "Lifecycle email automation for SaaS teams.",
"toneVoice": "clear, direct, warm",
"companyContext": "Acme helps SaaS teams send lifecycle emails from product events.",
"emailLengthPreference": "balanced",
"createdAt": "2026-05-01T10:30:00Z",
"language": "en",
"emailLocalizationConfig": {
"enabled": false,
"locales": []
}
}
}
Get company details for a company the authenticated key can access.
Request
Company ID.
curl "https://api.sequenzy.com/api/v1/companies/company_abc123" \
-H "Authorization: Bearer YOUR_API_KEY"
Responses
{
"success": true,
"company": {
"id": "company_abc123",
"name": "Acme",
"status": "ready",
"websiteUrl": "acme.com",
"logoUrl": "https://example.com/logo.png",
"primaryColor": "#0ea5e9",
"brandColors": { "primary": "#0ea5e9" },
"description": "Lifecycle email automation for SaaS teams.",
"toneVoice": "clear, direct, warm",
"companyContext": "Acme helps SaaS teams send lifecycle emails from product events.",
"emailLengthPreference": "balanced",
"createdAt": "2026-05-01T10:30:00Z",
"language": "en",
"emailLocalizationConfig": {
"enabled": false,
"locales": []
}
}
}
⌘I
Get Company
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",
"primaryColor": "#0ea5e9",
"brandColors": { "primary": "#0ea5e9" },
"description": "Lifecycle email automation for SaaS teams.",
"toneVoice": "clear, direct, warm",
"companyContext": "Acme helps SaaS teams send lifecycle emails from product events.",
"emailLengthPreference": "balanced",
"createdAt": "2026-05-01T10:30:00Z",
"language": "en",
"emailLocalizationConfig": {
"enabled": false,
"locales": []
}
}
}