CNAM Lookup

Overview

Lookup the caller ID name associated with a DID.

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/v1/cnam
Lookup caller ID name associated to a phone number.

Example Ge

curl -n https://api-service.tsgglobal.world/v1/cnam?number=12022011234 -XGET -H "Authorization: Bearer <api_key>"