Satellite session sync
GET
/_torii/auth/session/sync
const url = 'https://your-app.toriiauth.eu/_torii/auth/session/sync?redirect=example&establish=example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://your-app.toriiauth.eu/_torii/auth/session/sync?redirect=example&establish=example'Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”redirect
required
string
establish
required
string
Header Parameters
Section titled “Header Parameters”Host
string
Responses
Section titled “Responses”Redirect to satellite establish (with ticket) or back (with __torii_synced)
Media type*/*