Skip to main content
POST
/
urls
/
list
List all registered webhook URLs
curl --request POST \
  --url https://webhooks.platform.arb.inc/urls/list \
  --header 'Authorization: Bearer <token>'
{
  "urls": [
    {
      "created": "2025-08-25T14:30:00.000Z",
      "createdBy": "3f2504e0-4f89-11d3-9a0c-0305e82c3301",
      "url": "https://api.example.com/webhooks/arb-platform"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

Successfully retrieved list of registered webhook URLs

urls
object[]

Array of registered webhook URLs with metadata