ProvisioningStatus resources
Private Beta
ProvisioningStatus resources are currently available as a Private Beta product and the information contained in this document is subject to change. This means that some features aren't yet implemented and others may be changed before the product is declared as Generally Available. Private Beta products aren't covered by a SLA.
ProvisioningStatus resources provide detailed information about phone numbers associated with a Voice Trust Bundle, including:
- Each number's provisioning status across Twilio-supported carriers for the corresponding Voice Trust Bundle.
- Any errors encountered during provisioning.
Using these resources, you can make outbound calls through carriers that have successfully provisioned the numbers. You can also identify and troubleshoot provisioning errors or rejections.
- ProvisioningStatus by PhoneNumber: Retrieve the provisioning status for a phone number across all Voice Trust Bundles.
- ProvisioningStatus by ComplianceRegistration: Retrieve the provisioning status for all phone numbers in a Voice Trust Bundle.
- ProvisioningStatus by ComplianceRegistration and PhoneNumber: Retrieve the provisioning status for a phone number within a Voice Trust Bundle.
You can use the ProvisioningStatus resources for the following Trust products:
ProvisioningStatus resources are subject to rate limiting. To handle high-volume workloads, implement retries with exponential backoff. Learn more about Error 429 "Too Many Requests".