List webhooks registered by the authenticated brand.
GET /brands/me/webhooks
GET
/brands/me/webhooks
Paginated. Returns ACTIVE and DISABLED webhooks ordered by createdAt desc. The secret is NEVER returned here — use the create response.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Page size (1–100, default 20).
cursor
string
Opaque cursor from a previous response.
Responses
Section titled “ Responses ”Paginated webhooks.
object
data
required
Invalid cursor or limit.
Missing or invalid bearer token.
Bearer token lacks manage scope or brand context.