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.
Resposta (object)
- idstringObrigatório
- Zaiped id (users)
- entitlement"active" | "expired"Obrigatório
- subscriptionobjectObrigatório
- activeNumbersnumberObrigatório
curl -X GET "https://zaiped.com/v1/me" \ -H "Authorization: Bearer zp_..."