v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
User

Generate a new access_token that can be used to continue operating on Baserow starting from a valid refresh token.

post/api/user/token-refresh/

Request body

accessstring required
refresh_tokenstring
tokenstring

Deprecated. Use refresh_token instead.

Response

tokenstring

Deprecated. Use the access_token instead.

access_tokenstring

'access_token' can be used to authorize for other endpoints that require authorization. This token will be valid for 10 minutes.