List Numbers
GET /fax_numbers — Returns all fax numbers provisioned for your account.
bash
Response
JSON
Response Fields
| Field | Description |
|---|---|
| id | Unique identifier (UUID) for this fax number |
| number | The fax number in E.164 format (e.g. +15550100001) |
| callback_url | Webhook URL for incoming fax notifications |
| created_at | When the number was provisioned (ISO 8601) |
| client | Client object if assigned, otherwise null |
| uri | API endpoint URL for this fax number |