CNAM Lookup
Lookup the caller ID name associated with a DID.
Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"
get
https://api-service.tsgglobal.world/v1/cnam
Lookup caller ID name associated to a phone number.
curl -n https://api-service.tsgglobal.world/v1/cnam?number=12022011234 -XGET -H "Authorization: Bearer <api_key>"
Last modified 8mo ago