This is the collection of all the phone numbers that you have purchased from FreeClimb and which now belong to the account. These phone numbers can receive and send calls.
Resource properties
An Incoming number resource is represented by the following properties:
Property | Type | Description |
---|---|---|
uri | string | URI for this resource, relative to /apiserver . |
dateCreated | string date-time | Date that this resource was created (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
dateUpdated | string date-time | Date that this resource was last updated (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
dateCreatedISO | string date-time | Date that this resource was created (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z). |
dateUpdatedISO | string date-time | Date that this resource was last updated (UTC) in RFC3339 format (e.g., 2024-10-09T15:05:03.358Z). |
revision | integer | Revision count for the resource. This count is set to 1 on creation and is incremented every time it is updated. |
phoneNumberId | string | String that uniquely identifies this phone number resource. |
accountId | string | ID of the account that owns this phone number. |
applicationId | string | ID of the Application that FreeClimb should contact if a Call or SMS arrives for this phone number or a Call from this number is placed. An incoming phone number is not useful until associated with an applicationId. |
phoneNumber | string | Phone number in E.164 format. |
alias | string | Description for this phone number. Typically the conventionally-formatted version of the phone number. |
region | string | State or province of this phone number. |
country | string | Country of this phone number. |
capabilities | object | Indicates whether the phone number is enabled for different features. Capabilities list: voice, sms, tollFree, tenDLC, shortcode. Each capability accepts a boolean value of true or false . |
campaignId | string | The 10DLC campaign ID associated with the phone number, if applicable. Phone numbers with no associated campaign ID will be null . |
campaignAssignmentTime | string date-time | Date that this resource was assigned to a Campaign (GMT), in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). |
offnet | boolean | Indicates whether the phone number was registered as an offnet number. Offnet numbers may have certain restrictions on the platform. |