A Number in the Fax.Plus system represents a fax-enabled phone number. It can be used to send faxes from (as your own number) or to send faxes to (as a recipient’s number). Numbers are a crucial part of the faxing process, allowing you to manage your fax communication channels effectively.
acquired_date
indicating when it was obtained.assigned_to
field contains an array of user IDs who have access to the number.owner_id
, typically the user or organization that acquired the number.Property | Description |
---|---|
id | Unique identifier for the number |
number | The actual phone number in E.164 format (e.g., +16699990000) |
owner_id | ID of the user or organization that owns the number |
status | Current status of the number (waiting_verification or active) |
assigned_to | Array of user IDs to whom this number is assigned |
acquired_date | Date and time when the number was acquired |
expiration_date | Date when the number will expire (if applicable) |
is_canceled | Boolean indicating if the number has been canceled |
notifications | Array of notification settings for various events |
When sending a fax, you can specify the “from” number to use. This should be one of your acquired and active numbers.
Incoming faxes will be directed to the numbers you’ve acquired. You can set up notifications to alert you when a fax is received.
The Fax.Plus API provides endpoints to:
The schema is of type object
.
A Number in the Fax.Plus system represents a fax-enabled phone number. It can be used to send faxes from (as your own number) or to send faxes to (as a recipient’s number). Numbers are a crucial part of the faxing process, allowing you to manage your fax communication channels effectively.
acquired_date
indicating when it was obtained.assigned_to
field contains an array of user IDs who have access to the number.owner_id
, typically the user or organization that acquired the number.Property | Description |
---|---|
id | Unique identifier for the number |
number | The actual phone number in E.164 format (e.g., +16699990000) |
owner_id | ID of the user or organization that owns the number |
status | Current status of the number (waiting_verification or active) |
assigned_to | Array of user IDs to whom this number is assigned |
acquired_date | Date and time when the number was acquired |
expiration_date | Date when the number will expire (if applicable) |
is_canceled | Boolean indicating if the number has been canceled |
notifications | Array of notification settings for various events |
When sending a fax, you can specify the “from” number to use. This should be one of your acquired and active numbers.
Incoming faxes will be directed to the numbers you’ve acquired. You can set up notifications to alert you when a fax is received.
The Fax.Plus API provides endpoints to:
The schema is of type object
.