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 |
The schema is of type object
.