cURL
curl --request GET \ --url https://moderationapi.com/api/v1/actions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "key": "<string>", "createdAt": "<string>", "name": "<string>", "description": "<string>", "queueBehaviour": "NO_CHANGE", "filterInQueueIds": [], "position": "ALL_QUEUES", "possibleValues": [], "valueRequired": false, "freeText": false, "webhooks": [] } ]
List all available moderation actions for the authenticated organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
List of moderation actions with their associated webhooks
Was this page helpful?