GET
/v1/me
Get the calling account
Returns the account behind the API key: whether it can call the API right now (an active subscription, or expired), the subscription mirror and how many numbers are active.
Response (object)
- idstringRequired
- Zaiped id (users)
- entitlement"active" | "expired"Required
- subscriptionobjectRequired
- activeNumbersnumberRequired
curl -X GET "https://zaiped.com/v1/me" \ -H "Authorization: Bearer zp_..."