Week in review
This week we corrected the API specification for the auth callback endpoint.Bug fixes
- Auth callback API spec corrected — The OpenAPI spec previously listed the
code query parameter on the auth callback endpoint as required and documented a rate limit of five requests per minute. Both were inaccurate. The code parameter is optional — when omitted, the endpoint redirects you to the sign-in page with a clear error instead of returning a failure response. The rate limit on this endpoint was also removed in a previous release but the spec still referenced it. If you are generating client code from the API spec, regenerating will pick up the corrected parameter and remove any unnecessary rate-limit handling for this endpoint. Learn more
Last modified on April 16, 2026