Skip to main content
GET
/
webhooks
/
configs
Get webhook configurations
curl --request GET \
  --url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/configs \
  --header 'x-api-token: <api-key>'
{
  "webhookConfig": [
    {
      "events": [
        "achievement-completion"
      ],
      "url": "<string>",
      "httpMethod": "GET",
      "isEnabled": true,
      "maxRetries": 2,
      "headers": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "entityFilter": {
        "entityIds": [
          "<string>"
        ],
        "mode": "include"
      }
    }
  ]
}

Authorizations

x-api-token
string
header
required

Response

Successful response

webhookConfig
Webhook Configuration · object[]
required