---
title: "Resolve and Execute a connection webhook"
method: GET
path: "/webhook/w/{id}/{serviceId}"
tags: ["Webhooks"]
---

# Resolve and Execute a connection webhook

`GET /webhook/w/{id}/{serviceId}`

Resolve a webhook based on lookup_id and then execute it

## Path parameters

- `id` string, required
- `serviceId` string, required

## Query parameters

- `e` string

## Response `200`

Resolve Webhook

- ResolveWebhookResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` object, required
    - `timestamp` string — ISO Datetime webhook event was received
    - `request_id` string — UUID of the request received
  - `request_id` string — UUID of the request received
  - `timestamp` string — ISO Datetime webhook event was received
  - `_raw` Raw, nullable — Raw response from the integration when raw=true query param is provided

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — The specified resource was not found
- `422` — Unprocessable
- `default` — Unexpected error

---

[API](https://skmtc.net/apideck-libraries/apis/webhook-api.md) · [All operations](https://skmtc.net/apideck-libraries/apis/webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apideck-libraries/webhook-api/versions/d4b6f36bd716/schema)
