Skip to main content
GET
/
tiro
/
webhooks
List webhooks
curl --request GET \
  --url https://{deployment}/api/v1/tiro/webhooks \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "webhooks": [
    {}
  ]
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Response

Webhooks

success
boolean
webhooks
object[]