Returns account information for the authenticated API key
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/subscribers/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "account": { "companyId": "company_abc123", "companyName": "Acme Inc" } }
Documentation IndexFetch the complete documentation index at: https://docs.sequenzy.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sequenzy.com/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.sequenzy.com/api/v1/subscribers/me" \ -H "x-api-key: YOUR_API_KEY"