Skip to main content
GET
/
webhook-endpoints
List Webhook Endpoints
curl --request GET \
  --url https://api.flightlinehq.com/v1/webhook-endpoints
{
  "endpoints": []
}

Headers

authorization
string | null
X-Api-Key
string | null

Response

Successful Response

The GET /webhook-endpoints response.

endpoints
WebhookEndpointResource · object[]