GET
/
v1.1
/
credits
curl --request GET \
  --url https://api.usebouncer.com/v1.1/credits \
  --header 'x-api-key: <api-key>'
{
  "credits": 1000
}

Rate Limiting

Limit of 10 requests per minute is available.

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.