Document Verification
Document verification token to be used in native SDKs
Please refer to API Authentication for API URL and authentication.
POST
/
v1
/
identity-documents
/
tokens
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
sessionKey
string
requiredunique identifier for the given customer session on your platform, generated by your service. We expect it to be short-lived (e.g. expires after 30 min)
customerId
string
Id for the customer. Please use the same ID you use for v1/customers API
platform
string
Platform where the token is going to be used i.e. android or ios
provider
enum<string>
Provider for the session i.e. au10tix or incode
Available options:
incode
, au10tix
Response
200 - application/json
token_type
string
type of the token
expires_in
integer
Expiry of the token
access_token
string
jwt token for the process
incode_sdk_base_url
string
base url to initialized Incode SDK.
verification_id
string
verification id of the session
scope
string
scope of the token to be used.