cURL
curl --request GET \ --url https://api.sternrockcapital.com/phone-numbers
{ "data": [ { "createdAt": "<string>", "id": "<string>", "isInVapi": true, "phoneNumber": "<string>", "provider": "twilio" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Retrieves a paginated list of phone numbers stored in the database and flags those also registered in Vapi.
Page number
Items per page
paginated list of phone numbers
Show child attributes