Sender number statuses
Each sender number moves through a set of statuses as it is registered, verified, and used.| Status | Meaning |
|---|---|
pending_verification | The number has been created and is waiting for OTP confirmation. |
active | OTP has been accepted. The number is usable if the associated TGO Connect account is also verified. |
pending_account_verification | OTP was accepted, but the TGO Connect account owner still needs to complete account verification. |
rejected | The number has been rejected and cannot be used for sending. |
Add and verify a sender number
Register the number
Send a After the request succeeds, the number is created with status
POST request to /api/v1/sender-numbers with the phone number and an optional display name. The API key used must have the messages.send scope.pending_verification.Deliver the OTP
TGO Business sends a one-time password (OTP) to the TGO Connect account that owns the registered phone number. The OTP arrives as a message inside TGO Connect.
If the TGO Connect account associated with the number has not been verified, the sender number status becomes
pending_account_verification after OTP confirmation. No new OTP is required — the owner only needs to complete account verification in TGO Connect. See Account Verification for details.List sender numbers
Retrieve all sender numbers registered to your organization:id, phone, display_name, status, and verification_status. Use the id or phone to identify the sender when sending messages.