v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
communication

aid_customers_cid_verify_post

Verify customer email/phone_number field. Consist of to steps:

  • send verification code to the customer (sms or email)
  • verify the email/phone_number by posting verification code sent to customer scopes:
  • admin:customers
  • write:customers
  • user:customers
post/accounts/{aid}/customers/users/{customer_id}/communication/{operation}/{field}

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)

field'email' | 'phone_number' required

field to verify

operation'send-verification-code' | 'confirm-verification-code' required

Verify operation

Request body

codestring

Verification code sent to customer

Response

No content