POST
/
actions
/
execute

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
actionKey
string
required

The ID or key of the action to execute.

contentIds
string[]
required

The IDs of the content items to perform the action on.

queueId
string

The ID of the queue the action was performed from if any.

value
string

The value of the action. Useful to set a reason for the action etc.

Response

200 - application/json
actionId
string
required

The ID of the action.

ids
string[]
required

The IDs of the content items.

success
boolean
required

Action executed successfully.

Was this page helpful?