| You send | You get |
|---|---|
Api-Version-Date: 2026-06-09 | The API as it worked on that date |
| No header | The original 2025-01-01 behavior |
| An unknown date | A 400 error with the supported versions |
Changelog
Plans now use the Account model consistently.
- Request parameters and request bodies use
account_idinstead ofcompany_id. - Plan responses return
accountinstead ofcompany. - Older pinned versions continue to accept
company_idand returncompany.
User access requests now use the Account model consistently.
- Request parameters and request bodies use
account_idinstead ofcompany_id. - Response shapes are unchanged.
- Older pinned versions continue to accept
company_id.
The original Experimental API behavior before dated versioning existed.Requests without
Api-Version-Date use this version so existing integrations keep working.
