---
title: "Retrieve Webhook Registration"
method: GET
path: "/v2/webhooks/registrations/"
tags: ["webhooks"]
---

# Retrieve Webhook Registration

`GET /v2/webhooks/registrations/`

Register a new Webhook and Get all Registrations

## Headers

- `Authorization` string, required

## Response `200`

- WebhookRegistration
  - `id` string, required
  - `partner_id` string
  - `webhook_name` string, required
  - `endpoint` string, required
  - `status` string, required
  - `failures` integer, required
  - `last_failure` string, date-time, required

---

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