Agent Number

GET /availability

Check current number-pool availability

Description

Returns the count of phone numbers currently free for new subscriptions. Free, no auth required. Does NOT expose total fleet size or occupied count. If `available` is `0`, join the `/waitlist` for a notification when the next pool opens.

Authentication

None. Public endpoint, no auth required.

Code samples

Pick your runtime. Every sample is in the page source — switching tabs is for your eyes.

curl https://agentnumber.really.com/availability

Responses

200 Available count.

{
  "available": 12
}