Skip to content

Changelog API 2026-01-19 ​

❗ GET /accounts πŸ”— ​

Changes
  • ⚠️ BREAKING: removed the required property '/allOf[subschema #2]/data/items/items/card_info/oneOf[#/components/schemas/CardResponse]/sort' from the response with the '200' status
  • ⚠️ BREAKING: removed the required property '/allOf[subschema #2]/data/related_team_accounts/items/card_info/oneOf[#/components/schemas/CardResponse]/sort' from the response with the '200' status

❗ GET /card πŸ”— ​

Changes
  • ⚠️ BREAKING: removed the required property '/allOf[subschema #2]/data/cards/items/sort' from the response with the '200' status

❗ POST /card/sort πŸ”— ​

Changes
  • ⚠️ BREAKING: added the new required request property 'card_uuids'
  • ⚠️ BREAKING: removed the request property 'cards'

❗ GET /card/{cardUuid} πŸ”— ​

Changes
  • ⚠️ BREAKING: removed the required property '/allOf[subschema #2]/data/sort' from the response with the '200' status

❗ GET /user/3ds-codes πŸ”— ​

Changes
  • ⚠️ BREAKING: the response property '/allOf[subschema #2]/data/tds_codes/items/card' became nullable for the status '200'
  • ⚠️ BREAKING: the response property '/allOf[subschema #2]/data/tds_codes/items/card_uuid' became nullable for the status '200'

GET /user/3ds-unassigned πŸ”— ​

Changes
  • endpoint added