Docs
Webhooks

List webhooks

GET
/v1/webhooks

Authorization

BearerAuth
AuthorizationBearer <token>

API key (csk_live_…)

In: header

Response Body

application/json

curl -X GET "https://api.cospec.io/v1/webhooks"
{
  "data": [
    {
      "id": "string",
      "url": "http://example.com",
      "events": [
        "run.completed"
      ],
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}