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
Example response
{
"success": true,
"account": {
"companyId": "company_abc123",
"companyName": "Acme Inc"
}
}