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

Input parameters

actionKey
string
required

ID or key of the action to execute

contentIds
string[]
required

IDs of the content items to apply the action to

queueId
string

Optional queue ID if the action is queue-specific

value
string

Optional value to provide with the action

Response

200 - application/json

Execution result

success
boolean
required

Whether the action was executed successfully

Was this page helpful?