v1
latestSwagger 2.02026-07-1760185352.5 KBfrontend
Exchange Session Token
get/sessions/token-exchange
Query parameters
init_codestring required
The part of the code return when initializing the flow.
return_to_codestring required
The part of the code returned by the return_to URL.
Response
successfulNativeLogin
Example response
{
"session": {
"identity": {
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}
}
}