v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Auth

Generate one-time link

Generate a one-time authentication link for the authenticated user

post/v6/auth/oneTimeLink

Request body

companyIdstring

Id of the company to generate a one-time link for

Example request

{
  "companyId": "cmp_28868401"
}

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "link": "https://example.com/auth?token=abc123"
  }
}