Companies

List companies

Lists companies available to the authenticated API key.

get/companies

Response

Companies returned

successboolean
currentCompanyIdstring nullable

Example response

{
  "success": true,
  "companies": [
    {
      "id": "company_abc123",
      "name": "Acme Inc",
      "status": "ready",
      "websiteUrl": "acme.com",
      "logoUrl": "https://example.com/logo.png",
      "url": "https://sequenzy.com/dashboard/company/comp_abc123/campaign/camp_abc123",
      "previewUrl": "https://sequenzy.com/dashboard/company/comp_abc123/campaign/camp_abc123?step=review",
      "language": "en"
    }
  ]
}

Changes