cURL
curl --request GET \ --url https://apis.hopnow.io/v1/customers/{customer_id}/webhook-endpoints/{endpoint_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "url": "<string>", "events": [ {} ], "is_active": true, "description": "<string>", "created": "<string>", "last_used_at": "<string>" }
Retrieve details of a specific webhook endpoint
cus_
whep_
"webhook_endpoint"
{ "id": "whep_1234567890abcdef", "object": "webhook_endpoint", "url": "https://api.mycompany.com/webhooks/hopnow", "events": ["payin.completed", "payout.completed", "account.created"], "is_active": true, "description": "Production webhook for payment notifications", "created": "2024-01-01T00:00:00Z", "last_used_at": "2024-01-15T12:30:00Z" }