View webhook subscriptions
GET {{baseUrl}}/webhook_endpoints/:id/webhook_subscriptions?subdomain={{subdomain}}&resource_type=<string>&event=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Used to scope the request to the specified institution | |
resource_type | string | Filter by subscribed resource | |
event | string | Filter by event name |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cinteger\u003e","webhook_endpoint_id":"\u003cinteger\u003e","institution_id":"\u003cinteger\u003e","resource_type":"\u003cstring\u003e","event":"\u003cstring\u003e","active":"\u003cboolean\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","webhook_endpoint_id":"\u003cinteger\u003e","institution_id":"\u003cinteger\u003e","resource_type":"\u003cstring\u003e","event":"\u003cstring\u003e","active":"\u003cboolean\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e"}],"count":"\u003cinteger\u003e"}