Response schema changed for POST /credit/sessions/get (CreditSessionsGetRequest)
- Affected surface
- POST /credit/sessions/get
- Affected field
- CreditSessionsGetRequest
What changed
Response schema changed for POST /credit/sessions/get (CreditSessionsGetRequest) Affected surface: POST /credit/sessions/get. Root cause: schema `CreditSessionsGetRequest`. Detected at Sat, 25 Jul 2026 05:14:27 UTC UTC.
Diff
{
"added_fields": [
"user_id"
],
"path": "POST /credit/sessions/get",
"schema_path": "schema CreditSessionsGetRequest"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
