curl --request GET \
--url https://caliper.alpha-1edtech.ai/webhook-filters/ \
--header 'Authorization: Bearer <token>'{
"filters": [
{
"webhookId": "123e4567-e89b-12d3-a456-426614174000",
"filterKey": "sensor",
"filterValue": "sensor123",
"filterType": "string",
"filterOperation": "eq",
"active": true,
"createdAt": "2021-01-01T00:00:00.000Z",
"updatedAt": "2021-01-01T00:00:00.000Z",
"deletedAt": "2021-01-01T00:00:00.000Z"
}
]
}Returns all webhook filters
curl --request GET \
--url https://caliper.alpha-1edtech.ai/webhook-filters/ \
--header 'Authorization: Bearer <token>'{
"filters": [
{
"webhookId": "123e4567-e89b-12d3-a456-426614174000",
"filterKey": "sensor",
"filterValue": "sensor123",
"filterType": "string",
"filterOperation": "eq",
"active": true,
"createdAt": "2021-01-01T00:00:00.000Z",
"updatedAt": "2021-01-01T00:00:00.000Z",
"deletedAt": "2021-01-01T00:00:00.000Z"
}
]
}