v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBAuth
Generate one-time link
Generate a one-time authentication link for the authenticated user
post/v6/auth/oneTimeLink
Request body
Example request
{
"companyId": "cmp_28868401"
}Response
Success
Example response
{
"data": {
"link": "https://example.com/auth?token=abc123"
}
}