Auth
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"
}
}