v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBKYC
Retrieve an Onfido SDK Token
Get an SDK token to activate the Onfido SDK flow within your app. You will have to keep track of the SDK token so you can pass it back when you upload the SDK outcome. We recommend storing the token in memory rather than persistent storage to reduce any unnecessary overhead in your app.
get/v1/accounts/{account_id}/onfido/sdk/tokens
Path parameters
account_idstring uuid required
The account ID
Query parameters
referrerstring
The referrer URL of your web app or the application ID of your mobile app. If not passed in, will default to the * wildcard
platformstring
Required if referrer provided. Enum values are either mobile or web
Response
OK