Referência REST

Conta

As rotas de Conta. Todo corpo é JSON, e o erro sempre volta como um objeto com código e mensagem.

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_..."
Referência REST