Path Parameters
number_id*Number Id
Format
uuidHeader Parameters
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/enable-sms"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "e164": "string", "country_code": "string", "number_type": "string", "capabilities": [ "string" ], "provisioning_state": "string", "is_dedicated": true, "messaging_service_sid": "string"}Delete Subscription
Permanently remove a webhook subscription. Irreversible — no further events are delivered to it, and its delivery history is deleted with it.
Get Call
Fetch one call by id, including its current status and end reason. Org-scoped: returns 404 for a call belonging to a different organization (not 403, to avoid confirming the id exists). Use this to poll for the final outcome of a call placed with POST /v1/calls.