/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": "[email protected]"
}Example
curl -H "Authorization: Bearer unl_live_..." \ https://app.unlimcall.com/api/v1/me
Error codes
| Code | Status | Meaning |
|---|---|---|
| unauthorized | 401 | Token invalid, expired, or revoked. |
| suspended | 403 | Account suspended — contact support. |