Deprecation and Sunset headers no earlier than 12 months after v2 reaches general availability.
Your existing key works on both. A key created before scopes existed is a legacy key on v2: it holds every :read scope and no write scope. Create a new key for writes.
What changes in shape:
- Ids:
sync_…,conn_…,acct_…instead of raw UUIDs; provider transaction ids are taggedtxn_fk_…. - Timestamps: RFC 3339 with milliseconds on every user-owned object, as
createdandupdated. - Money:
{ amount: 1250, currency: "aud" }instead of decimal strings. - Lists:
next_page_urltokens instead oflimit/offsetandhasMore. - Errors:
type,code,param,request_idinstead ofmessagealone. Redbark-Versionis required.