get https://examplebaseURL.com/v1/api/apps//staff//cli/sender_id
Response Format
Parameter | Type | Description |
---|---|---|
serviceID | String | The Service ID of using this Sender ID. |
number | String | The virtual number used as this sender ID. |
type | String | The value = "DID" if the number type is DID, or "TF" if the number is a Toll-free number. |
country | Array of strings | It indicates which country or region this number originates from. The result is the list in the following format: (Country represented by Two-letter country code based on ISO 3166-2) Example: VE. Country=Venezuela. |
expireDate | String | The expiry date and time of this Sender ID. The value must be in RFC3339 format, e.g. 2022-11-07T00:00:00.000Z. |
name | Number | The name of the Sender ID. |
supportSMS | Boolean | If the value = true, this number supports SMS messaging, while if the value = false, this number does not support SMS messaging. |
supportCall | Boolean | If the value = true, this number supports as a Caller ID, while if the value = false, this number does not support as a Caller ID. |