REST reference

Account

The Account routes. Every body is JSON, and an error always comes back as an object with a code and a message.

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_..."
REST reference