Get Number Information
Overview
Authentication
SMS and MMS Configuration Method
Returns information about the did (currently SMS and MMS configuration only).
Path Parameters
Name
Type
Description
```json
{
"number": "13603556404",
"number_type": "long-code" | "short-code" | "toll-free",
"mms_enabled": true | false,
"mms_uri": "mm4://hooks.staging.tsgglobal.com",
"sms_enabled": true | false,
"campaign_id": null | "C12345",
"compliance_status": "non_compliant" | "pending" | "compliant",
"sms_status": "NONE" | "PENDING" | "ACTIVE" | "ERROR" | "DSBL-PND",
"use_case_type": "" | "p2p" | "a2p",
"nnid": "" | "12345" | null,
"sms_post_ver": "smpp" | "postv1" | "postv2" | "post3jam",
"sms_uri": null | "https://hooks.staging.tsgglobal.com",
"x_api_key_header": null | "" | "abcd1234",
"ten_dlc_registered": true | false,
"tmobile_ten_dlc_registered": true | false
}
```Additional Data Method
Lookup additional phone number information.
Path Parameters
Name
Type
Description
Last updated
Was this helpful?