How to Check the Status of a TFN Registration
Upon TFN registration submission, status can be tracked in real time on the Vonage Dashboard, or programmatically using the TFN Registration APIs.
Using the Vonage Developer Dashboard
- Navigate to the Vonage API Dashboard Portal -> Phone Numbers -> Toll-Free Number Registration
- Search by TFN, Status, Business Name, or Registration ID.
- The real-time status of the TFN is displayed.
- Click on TFN to view details of the TFN registration.
- Depending upon the status of the TFN, options under Action will be displayed.
Using the API
You can check the status of a TFN Registration by sending a
GET
request to the following endpoints: - Retrieve registration details by registration ID:
https://api-eu.vonage.com/tfn/v1/registrations/{id} - Retrieve all Toll-Free numbers associated with an Account ID:
https://api-eu.vonage.com/tfn/v1/numbers
In the response, you will see a status field that contains the status of your registration. The potential values are:
- "DRAFT"
- "PENDING_REVIEW"
- "UPDATES_REQUIRED"
- "CARRIER_REVIEW"
- "REGISTERED"
- "REJECTED"
- "BLOCKED"
See the API Reference for a full list of parameters.