Skip to main content

Create Sdk Access Token

POST 

/api/v1/sdk/access-token

Create an SDK access token for frontend initialization.

This is called from your backend server with your API key. The returned access token is given to your frontend to initialize the SDK.

Example flow:

  1. User clicks "Verify Identity" on your website
  2. Your backend calls this endpoint
  3. Your backend passes the access_token to your frontend
  4. Frontend loads the SDK with the access_token
  5. SDK guides user through verification
  6. SDK calls your redirect_url when done

Request

Responses

Successful Response