Italiano
cURL
curl --request POST \ --url https://app.aegister.com/api/v1/atb \ --header 'Content-Type: application/json' \ --header 'X-Aegister-Token: <api-key>' \ --data '{ "organization": 123, "device_id": "ATBXXXXXXX", "email": "jsmith@example.com", "type": "series", "services": [ "OneFirewall IPv4 Protection" ] }'
{ "error": 0, "messages": [], "ticket": 123 }
Create a new Aegister Threat Blocker configuration in the Web Application.
You can create only Aegister Threat Blocker configurations for organizations you can manage.
The response is of type object.
object