post https://{domain}/api/refresh
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:
Name | Value |
---|---|
refresh_token | [your refresh token] |