Send Email Link

Verify Email Link

Get Users

Refresh Token

Invite Colleagues/teammates (B2B)

Revoke Invited Colleagues/teammates (B2B)

Our email link solution is a simple and effective way for users to login or sign-up to your service. This is done in a four step process - outlined below:

  1. Send Email: Call the /send endpoint. This sends an email to the user.
  2. Click Link: Upon clicking the email link, the user is taken to an authentication screen with a code parameter in the URL
  3. Verify Token: Call the /verify endpoint with the code parameter from step 2.
  4. Receive Tokens: Thats it! Retrieve your tokens from the /verify endpoint

<aside> 💻 For testing our APIs you can use the following: client_id: 8b5e6e7a45caec7b891c13a8a2484acf client_secret: 4d6765d698ce1824a678ca07143decdba4c123d08743e72eb8b0bf7fc4028d8e

To get your personal APIs keys please email us at [email protected]

</aside>

<aside> 💡 Our tokens are formatted as JSON Web Tokens (JWT). You can find out more about how these tokens work at jwt.io

</aside>

Screen Shot 2022-03-09 at 14.47.46.png