v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Subscribers

Get account info

Returns account information for the authenticated API key. Useful for connection labels in integrations.

get/subscribers/me

Response

Account info retrieved successfully

successboolean

Example response

{
  "success": true,
  "account": {
    "companyId": "company_abc123",
    "companyName": "Acme Inc"
  }
}