Refresh Token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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]
Body Params

The input.

The resfresh authentication input request

string | null

The refresh token

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json