latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Refresh session
If your access tokens expire, this API endpoint takes a Refresh Token and returns a new set of Access Tokens for your session. Note that we don't rotate the Refresh Token itself, and it's not returned by this API endpoint.
post/session/refresh
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/RefreshSessionParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/RefreshSessionResponse.json"
}