Sessions API
This will return a wizard_session object.
get/sessions/{transaction-id}
Path parameters
transaction-idstring required
To query this, you can use the transaction-id, which is returned, after the session is created.
Response
Request successfully processed
Example response
{
"id": "ws_xxxxxxxxxxxxxxxx",
"transaction": "00000-xx-xxxx-xxxx",
"product": "xs2a_risk",
"parameters": {},
"testmode": true,
"finished": true,
"created_at": "2021-09-23 10:40:10",
"object": "wizard_session"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.