v53

latestOpenAPI 3.1.1raw.githubusercontent.com2026-07-264065213.4 KB
Campaigns

Resend brand verification OTP

Enqueues an SMS OTP for a sole proprietor brand awaiting identity verification.

post/accounts/{account_id}/brand_verification_messages

Path parameters

account_idstring required

The account whose brand verification OTP should be sent.

Example:acct_01j9a43avnfqzbjfch6pygv1td

Response

Brand verification OTP send enqueued

status'enqueued' required

Indicates the OTP send job was enqueued successfully.

Example response

{
  "status": "enqueued"
}