cURL
curl --request GET \ --url https://api.bland.ai/v1/sms/numbers \ --header 'authorization: <authorization>'
{ "data": [ { "phone_number": "+14155552671", "sms_config": { "webhook": "https://example.com/sms-webhook", "request_data": { "ref": "campaign_123" }, "time_out": 15, "messaging_service_sid": "MG1234567890abcdef", "objective": "Provide quick support to customers.", "tools": ["lookup", "escalate"], "temperature": 0.7, "pathway_id": "abc123", "pathway_version": "latest", "start_node_id": "entry-node" }, "conversation_count": 34 } ], "errors": null }
Retrieve all phone numbers configured for SMS, along with their configuration and conversation counts.
null
Was this page helpful?