POST
/
api
/
v1
/
atb
/
{id}
/
traffic
curl --request POST \
  --url https://app.aegister.com/api/v1/atb/{id}/traffic \
  --header 'Content-Type: application/json' \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": []
}

Authorizations

X-Aegister-Token
string
header
required

Headers

Content-Disposition
string
default:attachment; filename=sample.json

Specify 'attachment' as content disposition and file name.

Path Parameters

id
integer
required

Body

application/json ยท file

JSON file containing access log lines

Response

200
application/json

The response is of type object.