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"
}
]
}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"
}
]
}