GET
/
v1
/
user
/
usage
Get API Services Usage
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/usage \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "range": "daily",
  "startDate": "<string>",
  "endDate": "<string>"
}'
{
  "message": "<string>",
  "cvemap": {
    "used": 123,
    "remaining": 123,
    "total": 123
  },
  "chaos": {
    "used": 123,
    "remaining": 123,
    "total": 123
  },
  "asnmap": {
    "used": 123,
    "remaining": 123,
    "total": 123
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json

Response

200
application/json

Example response

The response is of type object.