---
title: "GET a WebhookInstance"
method: GET
path: "/webhook_instances/"
tags: ["WebhookInstances"]
---

# GET a WebhookInstance

`GET /webhook_instances/`

GET a WebhookInstance from the queue. After processing it successfully, DELETE it and GET the next one. When a 204 is received, the queue is empty and the polling process can sleep for a while.

## Response `200`

Success

- WebhookInstance
  - `guid` string, uuid — The GUID of the WebhookInstance. Use this to delete it.
  - `body` string — The webhook body that would have been pushed if this were a push-mode webhook.

## Other responses

- `204` — Success
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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