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
Response
No content