Live demo of agent247 on Digio's docs — click the orange button at the bottom right to start.

After the User Journey is completed, you can download the documents, images etc. involved in that journey using the following API.

For API Base URL's, click here. Kindly append the Base URL to the API endpoints below to integrate
Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Download Media API

get {BASE_URL}/client/kyc/v2/media/{id}

Download Media

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
PATH PARAMETERS
QUERY-STRING PARAMETERS
API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X GET "https://api.digio.in/client/kyc/v2/media/{id}" \
 -H 'accept: */*' 
RESPONSE

Successfully downloaded the media

*/*
Single line description
Field
Type
Description
file

Media File

application/json
 Schema not found
Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Download kyc Report API

post {BASE_URL}/client/kyc/v3/{id}/kyc_report

Download kyc report in pdf

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
PATH PARAMETERS
API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/client/kyc/v3/{id}/kyc_report" \
 -H 'accept: application/pdf' 
RESPONSE

PDF file containing KYC report

application/pdf
Single line description
Field
Type
Description
application/json
 Schema not found

Was this page helpful?