Integrations
List external application webhooks
GET
/external-webhooksAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
installation_id?string
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/external-webhooks"[ { "created_at": "string", "event_types": "string", "id": "string", "installation_id": "string", "status": "string", "url": "string", "workspace_id": "string" }]