Skip to main content
GET
/
numbers
List reserved numbers
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"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.pokulabs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"

Response

200 - application/json

List of reserved phone numbers on your account.

id
string<uuid>
required

Unique identifier for the reserved number.

phoneNumber
string
required

The reserved phone number in E.164 format.

createdAt
string<date-time>
required

When the number was reserved.

updatedAt
string<date-time>
required

When the record was last updated.