---
title: "Get customer info"
method: GET
path: "/customer"
tags: ["Portal", "Portal Customer"]
---

# Get customer info

`GET /customer`

get information about customer like email, voice balance, sms balance

## Response `200`

Successful Response

- CustomerResponse — Customer info envelope returned by `GET /portal/customer`. The actual payload is `{customer: {...}}`.
  - `customer` CustomerInfo, required — Customer profile + balances (the body of `CustomerResponse.customer`).
    - `email` string, required — Customer's email address.
    - `balance` number, required — Customer's voice balance (in customer currency).
    - `temporary_credit` number, required — Temporary credit currently extended to the customer.
    - `sms_balance` number — Customer's SMS balance.
    - `sms_currency` string — ISO 4217 currency for the SMS balance (e.g. 'USD', 'EUR').
    - `sms_platform` integer — SMS platform identifier the customer is provisioned on.

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
