Launch Event Recon
Initiates a reconnaissance job for an event identified by its slug.
Note: This operation can only be performed by integrators.
Authorization
http Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.
In: header
Path Parameters
The slug of the event for which the recon is to be launched
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.ethiack.com/v1/events/string/recons/"{
"code": 0,
"description": "string",
"id": null,
"success": true
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}Get Event Recon GET
Fetches detailed information about a specific recon associated with an event, identified by the event's slug and the recon's unique identifier. > **Note:** This operation can only be performed by integrators.
List Event Recons GET
Fetches a list of recons related to an event identified by the event's slug. > **Note:** This operation can only be performed by integrators.