OpenAPI 3.1.12026-08-1285397785.4 KB
c7d3d8719330
Hosted Sessions
Get One-off Hosted Session Link
Retrieve a hosted link to authenticate an employee with the Kota Hosted. This link is valid for a single use and expires after 60 minutes.
post/hosted/sessions
Request body
Example request
{
"employer_id": "er_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"employee_id": "ee_3b1333d87d9d4fd6ad83ba7f6b0e951a"
}Response
OK
Example response
{
"expiry": "2024-12-01T00:00:00Z"
}