Manually Adding DIDs is a feature that is designed to allow a user to insert a DID Number into AVP that isn’t provisioned or managed via one of the Eco-System Carriers. This feature is restricted and you have to be authorized to use it. If you would like to request authorization to add your own DIDs to the number manage to open a ticket at support@avalonetworks.com. An existing interop with your carrier needs to be completed before this feature is made active.
The below example will insert DID 15705551212 into the number manager
Example (PUT)
v1/accounts/{account_id}/phone_numbers/15705551212
Sample Request
1
2
3
4
|
{ "data" :{ } } |
Sample Response
1
2
3
4
5
6
7
8
9
|
{ "auth_token" : "{auth_id}" , "status" : "success" , "request_id" : "bd205c080f70cfdc76c0474f3f55dddc" , "revision" : "undefined" , "data" :{ } } |