Vai al contenuto principale
GET
/
api
/
v1
/
atb
/
{atb_id}
/
blocked-requests
Blocked requests over the last 7 days
curl --request GET \
  --url https://app.aegister.com/api/v1/atb/{atb_id}/blocked-requests \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 123,
  "data": [
    {
      "date": "2023-12-25",
      "count": 123
    }
  ]
}

Autorizzazioni

X-Aegister-Token
string
header
obbligatorio

Parametri del percorso

atb_id
string
obbligatorio

ID of the ATB instance

Risposta

error
integer
data
object[]