Fetch a single webhook owned by the authenticated brand.
GET /brands/me/webhooks/{id}
GET
/brands/me/webhooks/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Webhook UUID.
Responses
Section titled “ Responses ”Webhook.
Missing or invalid bearer token.
Bearer token lacks manage scope or brand context.
Webhook not found or not owned by the caller.
WebhookId is not a UUID.