Batch

Batch create event subscriptions

Batch create event subscriptions for the specified app.

post/webhooks/v3/{appId}/subscriptions/batch/update

Path parameters

appIdinteger required

The ID of the target app.

Request body

Example request

{
  "inputs": [
    {
      "active": true,
      "id": 12
    }
  ]
}

Response

successful operation

completedAtstring date-time required

The date and time when the batch operation was completed.

linksobject

A collection of related links associated with the batch operation.

requestedAtstring date-time

The date and time when the batch operation was requested.

startedAtstring date-time required

The date and time when the batch operation started.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The current status of the batch operation, which can be PENDING, PROCESSING, CANCELED, or COMPLETE.

Changes