Skip to main content

Retrieve Webhook Endpoint

Introduction

Retrieve Webhook Endpoint

Interface

GET /v1/webhook_endpoints/:webhook_endpoint_id

Request Params

N/A

Response Params

Response Example

200 success:

{
"id": "we_5mvXbDvD4qz550mj",
"object": "webhook_endpoint",
"livemode": true,
"url": "https://merchant.com/notify-receive-url",
"event_types": [
"subscription.created",
"subscription.succeeded"
],
"account": "acct_z1eTG4",
"description": "some description",
"time_created": "2022-10-11T18:16:33+08:00"
}