Verification Groups API#
Verification groups are required for ordering local (regional) phone numbers in the Netherlands. They contain your business information and documents needed to verify your identity and address.
Why Verification Groups?#
Dutch telecom regulations require verification for local numbers (e.g., 020 for Amsterdam, 010 for Rotterdam). A verification group proves you have a legitimate presence in that region.
Endpoints Overview#
| Endpoint | Method | Description |
|---|
/v1/verification-groups | GET | List your verification groups |
/v1/verification-groups | POST | Create a new verification group |
/v1/verification-groups/{id} | GET | Get group details |
/v1/verification-groups/{id} | DELETE | Delete a group |
/v1/verification-groups/{id}/available-phone-numbers | GET | Search available numbers |
/v1/verification-groups/{id}/order-number | POST | Order a number |
Verification Flow#
1.
Create a verification group with your business details
2.
Upload required documents (handled separately)
3.
Wait for approval (usually 1-2 business days)
4.
Order local numbers once approved
Group Statuses#
| Status | Description |
|---|
pending | Awaiting document upload or review |
approved | Ready to order phone numbers |
rejected | Documents rejected, resubmission needed |
deleted | Group has been deleted |
Quick Start#
1. Create a Verification Group#
2. Check Status#
3. Search Available Numbers (once approved)#
Modified at 2025-12-08 10:32:35