Skip to main content
GET
/
v2
/
webhook-endpoints
List webhook endpoints
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.

Response

Success

endpoints
object[]