cURL
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 } }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?