GET
/
api
/
user
/
credits
curl --request GET \
  --url https://backend.identifai.net/api/user/credits \
  --header 'X-Api-Key: <api-key>'
{
  "available_credits": 159,
  "total_spent": 41
}

Authorizations

X-Api-Key
string
header
required

Your API key.

Response

200 - application/json
An object containing the user credits

The response is of type object.