Get Webhook details by Id

This operation gets the webhook details

SecuritybearerAuth
Request
path Parameters
webHookConfigID
required
string

This is unique id of webhook which will get from create webhook config api.

Responses
200

Webhook details retrieved successfully

401

The request could not be authorized.

get/api/v1/webhookConfig/{webHookConfigID}
Request samples
Response samples
application/json
{
  • "webHookConfigID": "1Q86AvxyqmA",
  • "name": "webhook1",
  • "type": "tracking",
  • "events": [
    ],
  • "timeOut": 5,
  • "status": "active",
  • "authParams": {
    }
}