curl --request GET \
--url https://prod.featherhq.com/api/v1/phone-numbers \
--header 'X-API-Key: <api-key>'{
"phoneNumbers": [
{
"id": "<string>",
"phoneNumber": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"ownership": "FEATHER",
"inboundAgent": {
"agentId": "<string>",
"agentName": "<string>"
},
"outboundAgents": [
{
"agentId": "<string>",
"agentName": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"smsLinkedAgent": {
"agentId": "<string>",
"agentName": "<string>"
},
"squad": {
"squadId": "<string>",
"squadName": "<string>"
}
}
],
"pagination": {
"limit": 10,
"nextCursor": "<string>"
}
}curl --request GET \
--url https://prod.featherhq.com/api/v1/phone-numbers \
--header 'X-API-Key: <api-key>'{
"phoneNumbers": [
{
"id": "<string>",
"phoneNumber": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"ownership": "FEATHER",
"inboundAgent": {
"agentId": "<string>",
"agentName": "<string>"
},
"outboundAgents": [
{
"agentId": "<string>",
"agentName": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"smsLinkedAgent": {
"agentId": "<string>",
"agentName": "<string>"
},
"squad": {
"squadId": "<string>",
"squadName": "<string>"
}
}
],
"pagination": {
"limit": 10,
"nextCursor": "<string>"
}
}Number of records to return (max 100)
Cursor for pagination (format: createdAt_id)