List all numbers
List all numbers
Query Parameters
Default value: 1
The page number to retrieve
Default value: 10
The number of items per page
- 200
- 401
Successfully retrieved the number(s)
Schema
- Array [
- ]
data object[]
The ID of the number
The label of the number
The phone number in E.164 format
The phone number in localized format
Possible values: [ACTIVE
, SUSPENDED
, CANCELLED
, PENDING_CANCEL
, PARKED
, PENDING_PARKING
, PENDING_PORTING_IN
, PENDING_REGION_VALIDATION
, PENDING_ACTIVATION
]
The status of the number
The date and time the number was activated
The date and time the number was cancelled
An array of active user ids included in the forwarding / voice menu features.
insights object
Whether insights are enabled for the number
meta object
pagination object
The number of items in the collection
The number of pages in the collection
The current page
Possible values: >= 1
and <= 50
The number of items per page
links object
The url to the first page
The url to the first page
The url to the last page
The url to the previous page
The url to the next page
{
"data": [
{
"id": "64b8e900cbe7501ee8467d3e",
"label": "Rinkel",
"number": "+31850609000",
"localizedNumber": "085 060 9000",
"status": "ACTIVE",
"activationDate": "2020-01-01T12:00:00.000Z",
"cancelDate": null,
"activeUserIds": [
"66ab605ddac0af208d5f0dab",
"66ab6061210ac5e3539eec4f",
"66ab606660166d5dd6779732"
],
"insights": {
"enabled": true
}
}
],
"meta": {
"pagination": {
"totalItems": 100,
"totalPages": 10,
"currentPage": 1,
"perPage": 10
},
"links": {
"self": "https://api.rinkel.com/users?page=1",
"first": "https://api.rinkel.com/users?page=1",
"last": "https://api.rinkel.com/users?page=10",
"previous": null,
"next": "https://api.rinkel.com/users?page=2"
}
}
}
Unauthorized