cURL
curl --request GET \ --url https://api.pokulabs.com/numbers \ --header 'Authorization: Bearer <token>'
[ { "id": "cab29b2d-a8be-43a6-82e1-7eb33b9fc844", "phoneNumber": "+14157046427", "createdAt": "2026-03-02T17:21:32.602Z", "updatedAt": "2026-03-02T17:21:32.602Z" } ]
Returns all phone numbers reserved on your account.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
List of reserved phone numbers on your account.
Unique identifier for the reserved number.
The reserved phone number in E.164 format.
When the number was reserved.
When the record was last updated.