---
title: "Adobe Webhook Verification"
method: GET
path: "/webhook/callback/adobe"
tags: ["Webhooks"]
---

# Adobe Webhook Verification

`GET /webhook/callback/adobe`

This GET method is used by Adobe eSign to verify the webhook configuration.

## Headers

- `X-AdobeSign-ClientId` string, required

## Response `200`

Adobe Webhook verification response.

- AdobeWebhookResponse — Adobe Webhook Response
  - `xAdobeSignClientId` string — Echoes back the Client ID received in the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorised Request
- `403` — Forbidden Request.
- `404` — Not Found Request
- `429` — Too Many Requests
- `500` — Internal Error
- `503` — Service Not Available
- `504` — Service Timeout

---

[API](https://skmtc.net/verifone/apis/checkout-api.md) · [All operations](https://skmtc.net/verifone/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifone/checkout-api/revisions/ed8dc1f12a5a/schema)
