cURL
curl --request POST \ --url https://api.defendis.ai/api/v1/ransom/stats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
The body is of type object.
object
Stats response
The response is of type object.
Was this page helpful?