Numbers
Get number information
Get information about a single purchased/assigned fax number (Permitted scopes: fax:all:read, fax:numbers:read)
GET
/
accounts
/
{user_id}
/
numbers
/
{number}
Authorizations
Authorization
string
headerrequiredOAuth2 Authorization Grant
Path Parameters
user_id
string
default: selfrequiredID of the number owner
number
string
requiredFax number to get information about
Response
200 - application/json
acquired_date
string
requiredDate and time at which the number was acquired
assigned_to
string[]
requiredIDs of the user to whom this number is assigned
id
string
requiredNumber ID
number
string
requiredFax number
owner_id
string
requiredNumber owner ID
status
enum<string>
requiredStatus of your fax number e.g. active, inactive.
Available options:
waiting_verification
, active
expiration_date
string
Number expiration date, might be blank
is_canceled
boolean
True if number is canceled but not yet deleted
notifications
object[]