Skip to main content
GET
/
webhooks
/
{endpoint}
Retrieve a webhook
curl --request GET \
  --url https://api.notchpay.co/webhooks/{endpoint} \
  --header 'Authorization: <api-key>'
{
  "code": 200,
  "status": "OK",
  "message": "Webhook endpoint retrieved",
  "endpoint": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

endpoint
string
required

Unique identifier of the webhook

Response

Webhook endpoint retrieved

code
integer
required
Example:

200

status
string
required
Example:

"OK"

message
string
required
Example:

"Webhook endpoint retrieved"

endpoint
any
required