PEP-1751: Deprecation notice for connectionManagement/accessToken endpoint#1857
Merged
Rachel-Codat merged 5 commits intoJun 24, 2026
Merged
Conversation
Add a changelog/blog entry announcing deprecation of
GET /companies/{companyId}/connectionManagement/accessToken in favour of
the global GET /companies/{companyId}/accessToken endpoint.
Kept as draft: true pending an agreed sunset date (PEP-1751 AC).
PEP-1751
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…10-12 Q4 2026 enforcement date (first working day on/after 10 Oct). Still draft pending team confirmation and the early-July quarterly email cutoff. PEP-1751 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove draft flag and pre-publish TODO note; team review handled via PR. PEP-1751 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…t endpoint The new endpoint returns the token in the same accessToken field but also adds expiresIn and tokenType. Make the migration note accurate. PEP-1751 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rename blog entry to 260624 and update front-matter date accordingly. PEP-1751 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Link check results for preview deployment (https://codat-docs-git-PEP-1751-deprecate-connectionmanagement-accesstoken-codat.vercel.app): |
avanjani-codat
approved these changes
Jun 24, 2026
avanjani-codat
left a comment
Collaborator
There was a problem hiding this comment.
looks good, thanks Rachel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a docs.codat.io changelog/blog entry announcing the deprecation of the public client route
GET /companies/{companyId}/connectionManagement/accessTokenin favour of the globalGET /companies/{companyId}/accessTokenendpoint.Previously the only deprecation signal was the OAS
deprecated: truemarker (incodat-internal/oas,Codat-Platform.yaml) — no changelog or docs notice. This PR provides the published changelog notice required by PEP-1751.Sunset date
2026-10-12 — the Q4 2026 enforcement date (first working day on/after Sat 10 Oct), per the change-policy deprecation schedule.
To land in the Q4 window this needs to be merged + live before the early-July quarterly developer email (~7 July 2026). If it slips past that, the date must move to the next quarter (2027-01-11).
Follow-ups (after merge — also add a deprecations Google Calendar entry)
oasrepo (reference/common/copy/connection-management/get-access-token.md) so the deprecation renders prominently on the API reference page.4ba960c6) and Bill360 (0059aab6) with the replacement endpoint + migration guidance.Source: PEP-1632 auth-merge spike, Area 1b / 2.
🤖 Generated with Claude Code