# Get a webhook Get the webhook with the given id. Requires an API key with the webhooks:read scope. Endpoint: GET /webhooks/{webhookId} Version: 1.0.1 Security: apikey ## Path parameters: - `webhookId` (string, required) ID of the webhook ## Response 200 fields (application/json): - `id` (string) ID of the webhook (auto-generated) - `type` (string, required) Type of webhook Enum: "NewMeasurement", "NewEvent", "InstrumentStatus", "CalibrationFinished", "SicFinished" - `instrument` (string, required) Serial number of the instrument - `url` (string, required) URL to send the webhook message to. Must use HTTPS. - `secret` (string) Secret used to sign the webhook message. If not set, a random secret will be generated. ## Response 401 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 403 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 404 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 429 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error