Skip to main content
POST
/
activated-events
Activate Events
curl --request POST \
  --url https://api.nuwebgroup.com/v1/activated-events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventIds": [
    "100",
    "101",
    "102"
  ]
}
'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.

Body

application/json

Request body for activating events for the access control app. Authenticated user must be able to 'view any' events.

eventIds
any[]

An array of future event IDs.

Response

Successful event activation request.

message
string