v1
latestOpenAPI 3.0.32026-08-067332206.6 KBwebhooks
Fetch an active webhook
Gets an active matching webhook.
Important: This operation uses server https://brandfolder.com/api/v1 (notice the version is v1).
get/webhooks/{webhook_id}
Response
The webhook details.
Example response
{
"data": {
"id": "oqgkkd-fr5iv4-hh142d",
"attributes": {
"event_type": "asset.create",
"resource_key": "oqgiju-21olts-ce9egi",
"resource_type": "brandfolder",
"callback_url": "https://your_company.com/your_callback_url"
}
}
}