# Refresh access token **POST /authentication/token/refresh** Request a valid access token using refresh token to continue using the API ## Servers ## Parameters ### Body: (object) Provide refresh token to obtain a new valid access token - **refresh** (string) Refresh token ## Responses ### 200 Successfully refreshed token #### Body: (object) - **access** (string) Valid access token ### 400 Invalid or missing request parameters ### 401 Invalid refresh token [Powered by Bump.sh](https://bump.sh)