Digio Stateless APIs

Getting started with Digio Stateless Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
verification-api-controller

Verify UAN

post {BASE_URL}/client/v4/apis/verify/uan

Request Body Params (application/json)

Allowed:  
UAN
| MOBILE
Allowed:  
YES
| NO
Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
REQUEST BODY * application/json
object
Single line description
Field
Type
Description
type *
enum

type for verification

Allowed: UAN┃MOBILE
identifier *
string

identifier for verification

uan_history
enum

YES if history is required

Allowed: YES┃NO
unique_request_id
string

Unique request id for traceability of request and recon purpose. Businesses are required to pass unique id for every request.

Constraints: 1 to 70 chars
API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/client/v4/apis/verify/uan" \
 -H 'accept: application/json' 
RESPONSE

UAN details retrieved

application/json
object
Single line description
Field
Type
Description
uan
string

UAN number

- employment_history
array of object
name
string

employee name

guardian_name
string

employee guardian name

establishment_name
string

Establishment name

member_id
string

Member id

date_of_joining
string

Joining date in 'YYYY-MM-DD' format

date_of_exit
string

Exit date in 'YYYY-MM-DD' format

last_pf_submitted
string

Last PF submit date in 'YYYY-MM-DD' format

wage_month
string

Wage month

Bad Request

application/json
object
Single line description
Field
Type
Description
details
string

Details about the exception. Usually contains the exception id for reference.

code
enum

Error code

Allowed: BAD_REQUEST┃UNAUTHORIZED┃FORBIDDEN┃NOT_FOUND┃METHOD_NOT_ALLOWED┃INTERNAL_SERVER_ERROR┃GATEWAY_TIMEOUT┃SERVICE_UNAVAILABLE
message
string

Description of the error

errors
string

Custom errors