curl --request GET \
--url https://api.sandbox.getasset.com/v0/webhook \
--header 'Authorization: Bearer <token>'{
"data": {
"tenant_id": "<string>",
"url": "<string>",
"enabled": true,
"headers": [
{}
]
}
}curl --request GET \
--url https://api.sandbox.getasset.com/v0/webhook \
--header 'Authorization: Bearer <token>'{
"data": {
"tenant_id": "<string>",
"url": "<string>",
"enabled": true,
"headers": [
{}
]
}
}