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:
- User clicks "Verify Identity" on your website
- Your backend calls this endpoint
- Your backend passes the access_token to your frontend
- Frontend loads the SDK with the access_token
- SDK guides user through verification
- SDK calls your redirect_url when done
Request
Responses
- 200
- 422
Successful Response
Validation Error