# Refresh a user token **POST /api/v2/refresh** Refresh a user token. ## Servers - https://api.hcgateway.shuchir.dev: https://api.hcgateway.shuchir.dev () ## Parameters ### Body: application/json (object) - **refresh** (string) The refresh token you got when you logged in. ## Responses ### 200 #### Body: application/json (object) - **token** (string) The bearer token you should use for future requests. - **refresh** (string) The refresh token you should use to get a new token after the current one expires. - **expiry** (string(date-time)) The time the token expires. This is always 12 hours after the token was issued. [Powered by Bump.sh](https://bump.sh)