---
title: Webhooks Management v1
canonical: https://developer.paypal.com/api/webhooks/v1
openapi_schema:
  json: https://developer.paypal.com/api/webhooks/v1/schema.json
  yaml: https://developer.paypal.com/api/webhooks/v1/schema.yaml
---

# Webhooks Management v1 (/api/webhooks/v1)

> This is an API reference page. The information below is a summary — the [JSON](https://developer.paypal.com/api/webhooks/v1/schema.json) and [YAML](https://developer.paypal.com/api/webhooks/v1/schema.yaml) schema are the preferred, authoritative source for exact parameters, request/response shapes, and validation rules.

## Base URL(s)

- https://api-m.sandbox.paypal.com

## Authentication

- Oauth2 (OAuth 2.0, clientCredentials)

## Operations

### webhooks

- `GET` [List webhooks](/api/webhooks/v1/webhooks-list): Lists webhooks for an app.
- `POST` [Create webhook](/api/webhooks/v1/webhooks-post): Subscribes your webhook listener to events.
- `GET` [Show webhook details](/api/webhooks/v1/webhooks-get): Shows details for a webhook, by ID.
- `PATCH` [Update webhook](/api/webhooks/v1/webhooks-update): Updates a webhook to replace webhook fields with new values.
- `DELETE` [Delete webhook](/api/webhooks/v1/webhooks-delete): Deletes a webhook, by ID.
- `GET` [List event subscriptions for webhook](/api/webhooks/v1/event-types-list): Lists event subscriptions for a webhook, by ID.

### webhooks-lookup

- `GET` [List webhook lookups](/api/webhooks/v1/webhooks-lookup-list): Lists webhook lookups.
- `POST` [Create webhook lookup](/api/webhooks/v1/webhooks-lookup-post): Creates a webhook lookup.
- `GET` [Show webhook lookup details](/api/webhooks/v1/webhooks-lookup-get): Shows details for a webhook lookup, by ID.
- `DELETE` [Delete webhook lookup](/api/webhooks/v1/webhooks-lookup-delete): Deletes a webhook lookup, by ID.

### verify-webhook-signature

- `POST` [Verify webhook signature](/api/webhooks/v1/verify-webhook-signature-post): Verifies a webhook signature.

### webhooks-event-types

- `GET` [List available events](/api/webhooks/v1/webhooks-event-types-list): Lists available events to which any webhook can subscribe.

### webhooks-events

- `GET` [List event notifications](/api/webhooks/v1/webhooks-events-list): Lists webhooks event notifications.
- `GET` [Show event notification details](/api/webhooks/v1/webhooks-events-get): Shows details for a webhooks event notification, by ID.
- `POST` [Resend event notification](/api/webhooks/v1/webhooks-events-resend): Resends a webhook event notification, by ID.

### simulate-event

- `POST` [Simulate webhook event](/api/webhooks/v1/simulate-event-post): Simulates a webhook event.

## Full schema

The list above is a summary. Full parameter, request, and response detail for every operation lives in the schema: [JSON](https://developer.paypal.com/api/webhooks/v1/schema.json) · [YAML](https://developer.paypal.com/api/webhooks/v1/schema.yaml)