cURL
curl --request GET \ --url https://api.contactship.ai/v1/credits \ --header 'x-api-key: <x-api-key>'
{ "credits": 123 }
Retrieve the number of credits available
API key for authentication
Credits response
The response is of type object.
object