对账服务专门用于故障安全目的,以确保同意、阻止和排除在 FT CRM 和运营商之间不会失去同步。 因此,对账过程不会生成阻止变更事件或同意变更事件来触发任何操作或生命周期。即使用户在进入生命周期后被阻止或排除,它也不会将用户从生命周期中移除。

⬆️ POST /reconciliation

我们只期望返回 key = true 的 user_ids。所以如果我们请求 blocked,我们期望只返回 blocked 用户(ids)。

支持的键应该是:

blocked , excluded , consent_email , consent_sms, consent_telephone, consent_post_mail , consent_site_notification , consent_push_notification
阻止对账的示例请求:

请求

响应

排除对账的示例请求:

请求

响应

同意对账的示例请求:

请求

响应

请求
响应

请求

响应

请求

响应

请求

响应

请求

响应

🚨 错误处理

如果在流式响应过程中发生错误,我们期望您仍然返回状态 200 OK,但在响应中也包含一个带有详细信息的 error 字段。

请求

响应
如果收到我们请求中的未知字段,我们期望您返回 501 not implemented