Webhooks
Get a webhook by ID
GET
https://{tenant_id}.hanko.io/admin
/
webhooks
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
id
string
requiredUUID of the requested object
Response
200 - application/json
id
string
callback
string
enabled
boolean
failures
integer
Required range:
x > 0
expires_at
string
events
object[]
created_at
string
updated_at
string
Time of last update of the audit log
Was this page helpful?