cURL
curl --request GET \ --url https://api.usebouncer.com/v1.1/credits \ --header 'x-api-key: <api-key>'
{ "credits": 1000 }
Retrieve available credits.
OK
The response is of type object.
object