API ReferenceSession
POST
/v1/auth/refresh
Refresh the session token, using a valid fresh token
This API endpoint will provide a new valid session token for an existing signed-in user, by validating the provided refresh token. The refresh token is provided as part of the HTTP Authorization Bearer.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID:Refresh JWT\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
Status code | Description |
---|---|
200 | OK |
Was this helpful?