Lookup SMS Carrier

Overview

Lookup carrier details for specified number.
Requests to this endpoint will incur pre-pay API charges to the account. An account must have the data API enabled in order to complete the request. Please contact [email protected] if you need assistance.

Authentication

Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"

Method

get
https://api-service.tsgglobal.world/v2/dids/<number>/sms_carrier_lookup
Lookup carrier details for a specific number.

Example CURL

curl -n https://api-service.tsgglobal.world/v2/dids/12342341234/sms_carrier_lookup \ -H "Authorization: Bearer <api_key>"