cURL
curl --request GET \ --url https://sandbox.groundtech.co/v2/webhook-endpoints \ --header 'Authorization: Bearer <token>'
{ "endpoints": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z" } ] }
List all active webhook endpoints for your organization.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.
ground_sandbox_
ground_prod_
Success
Show child attributes