Errors
webhook_identity_mismatch
409 – Not this Webhook's Identity.
Not this Webhook's Identity. Answered with 409.
What it means
The Event does not concern the Identity the Webhook belongs to, so the delivery would carry another Identity's data.
What to do
Replay an Event only to a Webhook of the Identity it concerns.
The body
{
"type": "https://tigby.eu/problems/webhook_identity_mismatch",
"title": "Not this Webhook's Identity",
"status": 409,
"detail": "…what was refused, naming this request's own values",
"code": "webhook_identity_mismatch",
"doc_url": "https://docs.tigby.eu/errors/webhook_identity_mismatch",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.