GET
/
credits
Saldo de créditos
curl --request GET \
  --url https://api.certisecure.com.br/v1/credits \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "total_credits": 100,
    "total_usage": 0
  }
}

Authorizations

Authorization
string
header
required

Use sua chave cs_live_...

Response

200 - application/json

Credits