v2
latestOpenAPI 3.1.12026-08-0785394779.1 KBEmbed Sessions
Get Embedded SDK token
Retrieve a token to authenticate an employer or employee with the Kota Embedded SDK.
post/embed/sessions
Request body
Example request
{
"employer_id": "er_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"employee_id": "ee_3b1333d87d9d4fd6ad83ba7f6b0e951a"
}Response
OK
Example response
{
"expiry": "2024-12-01T00:00:00Z"
}