Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/numbers/quotes" \ -H "Content-Type: application/json" \ -d '{ "country_code": "st", "capabilities": [ "voice" ] }'{ "offers": [ { "provider": "twilio", "e164": "string", "country_code": "string", "number_type": "local", "capabilities": [ "string" ], "monthly_cents": 1, "setup_cents": 0, "currency": "USD", "readiness": "ready", "regulatory_friction": "none", "requirements": [ "string" ], "verification_id": "string", "address_id": "string", "quote_id": "3c071a1d-db86-46a7-9dc8-72ba3fbca992" } ], "recommended_quote_id": "329a229f-763d-4b54-b9e9-2f6ebab1b499", "unavailable_providers": [ "string" ], "expires_at": "2019-08-24T14:15:22Z"}Put Member Phone
Set an org member's phone number. Pass user_id="me" to set your own, or a member's user id — setting another member's phone requires the caller to be an org owner or admin. Returns 404 if the target is not a member of this organization.
Redeliver
Retry one webhook delivery attempt. Resets it to pending with a fresh attempt counter — the delivery worker picks it up and re-sends the same event payload to target_url shortly after. Useful after fixing an endpoint that was returning errors.