Skip to main content
GET
/
v1
/
webhooks
List webhooks
curl --request GET \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "webhooks": [
    {
      "id": "<string>",
      "url": "<string>",
      "events": [
        "grant.created"
      ],
      "secret": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Developer API key

Response

200 - application/json

Webhook list

webhooks
object[]