cURL
curl --request POST \ --url https://webhooks.platform.arb.inc/urls/list \ --header 'Authorization: Bearer <token>'
{ "urls": [ { "created": "2025-01-15T14:23:45Z", "createdBy": "e1f8b6a2-6b3a-4c2d-9a1f-0bbd9f4b12cd", "url": "https://example.com/webhooks/orders" }, { "created": "2025-02-03T09:10:11Z", "createdBy": "a3c9de77-1b52-4b4f-93d9-bc2f7aa43f0e", "url": "https://api.partner.io/hooks/invoice-updates" } ] }
Returns all webhook URLs saved for your organization.
access token
URLs successfully retrieved.
List of webhook URLs.
Show child attributes
UTC timestamp when the webhook URL was created.
"2025-01-15T14:23:45Z"
User that registered the webhook.
"e1f8b6a2-6b3a-4c2d-9a1f-0bbd9f4b12cd"
The webhook callback URL registered by the client.
"https://example.com/webhooks/orders"