{"openapi":"3.1.0","info":{"title":"POST /api/v1/xero/webhook","version":"1.0.0","description":"Xero webhook"},"servers":[{"url":"https://api.ondayzero.com","description":"Production"}],"paths":{"/api/v1/xero/webhook":{"post":{"tags":["xero"],"summary":"Xero webhook","description":"Receive Xero ITR (intent-to-receive) and event notifications. Verifies the HMAC signature, then triggers an incremental sync for each affected tenant.","operationId":"xero_webhook_api_v1_xero_webhook_post","responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{},"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"API Token","description":"API token authentication. Format: `Bearer dz_...`"}}},"security":[{"BearerAuth":[]}]}