v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
communication

aid_customers_cid_verify_get

Get the status of customer email / phone_number communication scopes:

  • admin:customers
  • read:customers
  • user:customers
get/accounts/{aid}/customers/users/{customer_id}/communication

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

customer_idstring required

The customer id you have defined for the customer. (must not have trailing or leading spaces)

Response

Customer email / phone_number communication status

idstring uuid

An UUID that uniquely identifies the resource

created_atstring date-time

The date-time when the resource was created

created_bystring

The ID of the user/client created the resource

updated_atstring date-time

The date-time when the resource was last updated

deleted_bystring

The ID of the user/client created the resource

deleted_atstring date-time

Example response

{
  "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
  "deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
}