# Refresh **POST /refresh** The refresh endpoint may be used to request an updated JWT to be used for authorisation in other requests to this API. It expects a refresh token to be included as a Bearer token in an Authorization header. This token can be extracted from the original accessToken. ## Servers ## Parameters ### Headers - **Authorization** (string) Bearer accessToken ## Responses ### 200 This request will return a JSON object containing the below values. The accessToken is the replacement JWT token to be used in all subsequent requests to this API until its expiry. #### Body: (object) - **timestamp** (integer) - **message** (string) - **accessToken** (string) - **token-id** (integer) ### 400 This request may generate a 400 Error if; 1. Token presented in Authorization Header is invalid 2. Token presented in Authorization Header is missing 3. Any request type other than POST is used. #### Body: (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)