cURL
curl --request GET \ --url https://api.paylora.org/api/v1/webhook \ --header 'Authorization: Bearer <token>'
{ "success": true, "total": 123, "data": [ { "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "user_uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "url": "https://example.com/webhook", "secret": "strongsecret" } ] }
Webhook list. Permissions [“customer”]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order type
The number of items to skip
The number of items to return
Paginated list
Show child attributes