POST
/
api
/
v1
/
atb
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
}

Authorizations

X-Aegister-Token
string
header
required

Body

Response

201
application/json

The response is of type object.