Your /token request will also include a refresh_token in the response. It can be used to request a new token. Refresh tokens are a great alternative to storing a username/password within your application calling the StatusCast API. To obtain a new token using the refresh token you need to submit a HTTP POST to https://[your_page].status.page/api/token with the following form data included in the body:

NameValue
refresh_token[your refresh token]
Language
URL
Click Try It! to start a request and see the response here!