Retrieve a single Webhook
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Request Code Samples
curl --location --request GET 'https://api.vplan.com/v1/webhook/497f6eca-6276-4993-bfeb-53cbbbba6f08' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
application/json {
"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"
}
Modified at 2025-07-22 14:20:42