Request for updates in the documentation
GET all webhooks API has incorrect schema definition
The documentation mentions it returns an Array: https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/team-webhooks
[
{
"data": [
{
"id": "foo",
"network": "ETH_MAINNET",
"webhook_type": "GRAPHQL",
"webhook_url": "foo",
"is_active": true,
"time_created": 42,
"addresses": [
"foo"
],
"version": "foo",
"signing_key": "foo"
}
]
}
]
However, calling it via Postman returns an object:
I think the documentation for this particular API is wrong.
Request for updates in the documentation
GET all webhooks API has incorrect schema definition
The documentation mentions it returns an Array: https://www.alchemy.com/docs/data/webhooks/webhooks-api-endpoints/notify-api-endpoints/team-webhooks
However, calling it via Postman returns an object:
I think the documentation for this particular API is wrong.