---
title: "aid_customers_cid_verify_get"
method: GET
path: "/accounts/{aid}/customers/users/{customer_id}/communication"
tags: ["communication"]
---

# aid_customers_cid_verify_get

`GET /accounts/{aid}/customers/users/{customer_id}/communication`

Get the status of customer email / phone_number communication
scopes:
- admin:customers
- read:customers
- user:customers

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required
- `customer_id` string, required

## Response `200`

Customer email / phone_number communication status

- Communication
  - `id` string, uuid — An UUID that uniquely identifies the resource
  - `created_at` string, date-time — The date-time when the resource was created
  - `created_by` string — The ID of the user/client created the resource
  - `updated_at` string, date-time — The date-time when the resource was last updated
  - `deleted_by` string — The ID of the user/client created the resource
  - `deleted_at` string, date-time
  - `communication` object
    - `email` object
      - `verified_at` string, date-time — email verified by verification code
      - `allowed` boolean
    - `phone_number` object
      - `verified_at` string, date-time — phone_number verified by verification code
      - `allowed` boolean

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
