Get a Token - Authenticate
Authenticate token
Last updated
Authenticate token
Last updated
To start the SDK, whatever is the platform, you will need a token.
It will be delivered by the ShareID API service and will be available for one and only one authentication process.
You'll note that ShareID API is always waiting for your parameters as JSON using the http header:
Here's the description of the json input document:
Parameter | Mandatory | Type / default | Note |
---|---|---|---|
* Your credentials are your responsibility. You must never enter them in hard copy in your application.
In response, you'll also get a json document:
The token is the one you will use for api interaction through the SDK.
The flow_id describes the unique identifier for this authenticate process. It will be useful to get the result from the API.
business_hash*
yes
string
This is a string provided by your contact @ShareID
api_key*
yes
string
This is a string provided by your contact @ShareID
applicant_id
yes
string
The applicant_id you got when opening a new onboarding.
callback
no
url / null
This is to receive the result of the onboarding