cURL
curl --request GET \ --url https://moderationapi.com/api/v1/actions/{id} \ --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": [] }
Get an action by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the action to get.
Action retrieved successfully
The response is of type object.
object
Was this page helpful?