Professional Verification
post
{BASE_URL}/client/v4/apis/get/{idType}
Request Body Params (application/json)
REQUEST
PATH PARAMETERS
*
idType
enum
Type of professional verification
REQUEST BODY *
application/json
EXAMPLE
SCHEMA
{
"type": "name",
"identifier": "string",
"first_name": "string",
"last_name": "string",
"membership_number": "string",
"cp_number": "string",
"organization": "string",
"city": "string",
"unique_request_id": "A"
}
type
enum
➔ Applicable in case of ICWAI_FIRM or ICWAI_FIRM_MEMBER
Allowed: name┃number
identifier
string
Applicable in case of ICWAI_FIRM or ICWAI_FIRM_MEMBER
first_name
string
Applicable in case of ICSI_MEMBER
last_name
string
Applicable in case of ICSI_MEMBER
membership_number
string
Applicable in case of ICSI_MEMBER
cp_number
string
Applicable in case of ICSI_MEMBER
organization
string
Applicable in case of ICSI_MEMBER
city
string
Applicable in case of ICSI_MEMBER
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)
FILL EXAMPLE
CLEAR
TRY
Copy
curl -X POST "https://api.digio.in/client/v4/apis/get/{idType}" \
-H 'accept: application/json'
RESPONSE
200
400
Professional Verification retrieved
-
firm_response
array of object
Response for ICWAI FIRM ⮕ [ Response for ICWAI FIRM ]
-
firm_information
object
-
head_office_address
object
-
branch_office_address
array of object
branch office detail ⮕ [ branch office detail ]
-
member_information
array of object
firm members information ⮕ [ firm members information ]
-
firm_member_response
array of object
Response for ICWAI FIRM MEMBER ⮕ [ Response for ICWAI FIRM MEMBER ]
-
member_firm
array of object
Member's firm detail ⮕ [ Member's firm detail ]
-
icsi_member_response
object
-
members
array of object
Members information ⮕ [ Members information ]
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