Document Verification
Document verification token to be used in native SDKs
Please refer to API Authentication for API URL and authentication.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
unique 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)
Maximum length:
100
Id for the customer. Please use the same ID you use for v1/customers API
Platform where the token is going to be used i.e. android or ios
Provider for the session i.e. au10tix or incode
Available options:
incode
, au10tix
Response
200 - application/json
jwt token for the process
Expiry of the token in Unix timestamp
Required range:
0 < x < 4102444800000
base url to initialized Incode SDK.
scope of the token to be used.
type of the token
verification id of the session