Retrieve a session
Retrieves the insurance application session with the given ID.
Path parameters
-
The ID of the desired session (e.g.,
ias_01FVCHXE7PNQHA1T3S2AXL2QZE
).
GET /api/v1/apply/sessions/{session_id}
curl \
-X GET https://api.1099policy.com/api/v1/apply/sessions/{session_id}
Response examples (200)
{
"cancel_url": "https://1099jobcloud.com/1099policy/cancel",
"created": 1646818364,
"expired": false,
"id": "ias_01FVCHXE7PNQHA1T3S2AXL2QZE",
"quote": "qt_5DciVga8Kt",
"step": "final_review",
"success_url": "https://1099jobcloud.com/1099policy/success",
"url": "http://apply.1099policy.com/..."
}