Get all Purchased Numbers
Search TNLeases
POST
https://api.opentact.org/rest/lease/tn/search?take=10&skip=0
This api allows you to search all the purchased numbers.
Query Parameters
Name | Type | Description |
---|---|---|
Take* | number | This field should provide a minimum of 1 and a maximum of 100. |
Order* | string | The Order should have TN for sorting DID number as ASC or DESC order |
TN* | String | In This field, TN should provide either ASC or DESC |
Skip* | number | Skip default value should be 0. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | JWT_Token |
Content-Type | String | application/json |
Last updated