curl --location --request GET 'https://api.vplan.com/v1/webhook?limit=100&offset=0&filter=&sort=&show=&hide=&with=' \
--header 'x-api-key;' \
--header 'x-api-env;'
{
"count": 1,
"limit": 100,
"offset": 0,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"url": "http://example.com",
"description": "string",
"active": true,
"event_types": [
"card.created"
],
"api_key_id": "NULL",
"developer_client_id": "NULL",
"third_party": true,
"fail_streak": "0",
"fail_streak_started_at": "2019-08-24T14:15:22Z",
"last_failed_at": "2019-08-24T14:15:22Z",
"mailed_warning_at": "2019-08-24T14:15:22Z",
"mailed_disabled_at": "2019-08-24T14:15:22Z",
"disabled_until": "2019-08-24T14:15:22Z",
"can_send": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}