POST
/
v1
/
session
/
refresh
curl --request POST \
  --url https://{appId}.session.prelude.dev/v1/session/refresh \
  --header 'X-App-Id: <x-app-id>'
{
  "access_token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

__refresh_{app_id}
string
cookie
required

Headers

X-App-Id
string
required

Response

200
application/json
OK
access_token
string
required
expires_at
string
required