/mescope: any valid tokenIdentity of the customer that owns the bearer token. Cheap call — use as a connectivity / token-validity probe.
Response · 200 OK
{
"customerId": "1042",
"companyName": "Acme Calling Co.",
"primaryContactEmail": "yaro@acme.com"
}Example
curl -H "Authorization: Bearer unl_live_..." \ https://api.unlimcall.com/v1/me
Error codes
| Code | Status | Meaning |
|---|---|---|
| unauthorized | 401 | Token invalid, expired, or revoked. |
| suspended | 403 | Account suspended — contact support. |