Skip to main content

August 24, 2026

· One min read

This release improves error handling documentation for the OAuth token refresh endpoint by documenting the 400 Bad Request response. Developers can now better understand and handle failed token refresh attempts in their applications.

  • POST /auth/refresh_access_token now documents the 400 Bad Request error response, allowing developers to handle invalid or expired refresh token errors more effectively

POST /auth/refresh_access_token

  • added the non-success response with the status 400
View updated docs