---
title: "Get account"
method: GET
path: "/v2/api/partner/accounts/{id}"
tags: ["Partner"]
---

# Get account

`GET /v2/api/partner/accounts/{id}`

Returns the status and activation state of an account you provisioned. Requires the `PARTNER` scope.

## Path parameters

- `id` string, required

## Response `200`

Account

- object
  - `data` object
    - `id` string
    - `api_key` string, nullable — Scoped API key for the new account. Returned only on create.
    - `phone_numbers` string[]
    - `status` string
    - `activated` boolean — True once the customer has signed in on a device.
    - `partner_client_ref` string, nullable

## Other responses

- `401` — Invalid or missing API key
- `403` — The API key lacks the PARTNER scope.
- `404` — No account with this id was provisioned by your API key (PARTNER_ACCOUNT_NOT_FOUND).
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
