cURL
curl --request POST \ --url https://{tenantDomain}.sinjapp.org/api/v1/sender-numbers \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "phone": "{sender_phone}", "display_name": "Support" } '
{ "data": { "id": 123, "phone": "<string>", "display_name": "<string>", "verification_status": "pending_verification", "status": "pending_verification", "daily_limit_override": 123, "verified_at": "2023-11-07T05:31:56Z" } }
"{sender_phone}"
"Support"
Sender number created and OTP dispatched when the TGO Connect account exists.
Show child attributes