Webhooks
Get a Webhook details by ID
This API endpoint retrieves Webhook details for the specified Webhook ID such as the endpointURL and the authMechanism along with createdAt and updatedAt timestamps.
get/network-services/v1/webhooks/{id}
Path parameters
idstring uuid required
Unique identifier for the webhook. This can be obtained from the List Webhooks API.
Response
Returns webhook details by ID.
WebhookDetails required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.