Skip to main content
POST
/
kyc-api
/
v1.0
/
authenticate
Authenticate API
curl --request POST \
  --url https://api.ekyc.daksam.ai/kyc-api/v1.0/authenticate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-secret: <api-key>' \
  --data '
{
  "api_key": "<string>",
  "api_secret": "<string>"
}
'
{
  "access_token": "<string>"
}

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required
Authorization
string
header
required

Body

application/json
api_key
string
required
api_secret
string
required

Response

Successful authentication

access_token
string