v1

latestOpenAPI 3.0.02026-07-244771176.5 KB
Senders

Request a verification code

Requests a verification code for a sender registration. This endpoint supports registrations with type = PERSONAL_MOBILE_NUMBER only.

  • The API delivers the code to the registered sender number using the selected method, such as SMS.
  • Codes expire after 30 minutes.
  • You have a maximum of 5 attempts to confirm the code.
post/v2/senders/registrations/{registration_id}/verifications

Path parameters

registration_idstring uuid required

Unique identifier for the sender registration.

Request body

method'SMS' required

Method used to deliver the verification code.

originating_senderstring required

Verified sender owned by the account that the API uses to send the verification code.

Response

Successful response containing the verification details.

requestobject

Optional metadata (e.g. requestId, traceId)

metaobject

Optional pagination, feature flags, etc.