Webhooks
Update a webhook by ID
PUT
https://{tenant_id}.hanko.io/admin
/
webhooks
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
UUID of the requested object
Body
application/json
Available options:
user
, user.create
, user.delete
, user.update
, user.update.email
, user.update.email.create
, user.update.email.delete
, user.update.email.primary
Was this page helpful?