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>"
}

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