Skip to main content
GET
/
api
/
public
/
v1
/
moderation-actions
/
{action_id}
Get Moderation Action Endpoint
curl --request GET \
  --url https://api.example.com/api/public/v1/moderation-actions/{action_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

action_id
string<uuid>
required

Response

Successful Response