---
title: "Get account info"
method: GET
path: "/subscribers/me"
tags: ["Subscribers"]
---

# Get account info

`GET /subscribers/me`

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

## Response `200`

Account info retrieved successfully

- object
  - `success` boolean
  - `account` object
    - `companyId` string
    - `companyName` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
