You can view the details of a webhook endpoint via the API.

To view a webhook, send a GET request to https://api.copy.ai/api/webhook/<webhook_id>..

You will receive a response with the details of the webhook.

For example:

{
	"status": "success",
	"data": {
		"id": "<webhook_id>",
		"url": "<https://mywebsite.com/webhook>",
		"eventType": "workflowRun.completed",
		"workflowId": "<workflow_id>"
	}
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!