Authorizations
Response
Successful response
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": {}
}
]
}
Retrieve the webhook configurations for the organisation.
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": {}
}
]
}
Successful response
Show child attributes
Was this page helpful?