POST
/
v1
/
session
/
refresh
Refresh session
curl --request POST \
  --url https://{appId}.session.prelude.dev/v1/session/refresh
{
  "access_token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

__refresh_{app_id}
string
cookie
required

Response

200
application/json

OK

The response is of type object.