axonpush
API referenceWebhooks

GET /webhooks/endpoints/channel/{channelId}

GET
/webhooks/endpoints/channel/{channelId}

Path Parameters

channelId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/webhooks/endpoints/channel/string"
{  "$schema": "https://example.com/schemas/ListEndpointsOutputBody.json",  "data": [    {      "active": true,      "channelId": "string",      "createdAt": "string",      "description": "string",      "endpointId": "string",      "eventTypes": [        "string"      ],      "hasSecret": true,      "orgId": "string",      "updatedAt": "string",      "url": "string"    }  ]}