Skip to main content

Retrieve Uploaded Supporting Document

/aivpor

Method : GET
URL : https://xxx.finexusgroup.com/AIV/rest/v1/aivpor

info

This method will retrieve the document posted in an earlier /aivpor POST request.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIdYesString128Partner ID."BSSS"
productTypeOptionalString128Product type."appTest"
referenceYesString64Reference."ID00000213132"
apiKeyConditionalString64API key."1233214HSC"
apiVersionYesString8API version."1.6"
referenceIdYesString64Reference ID."272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw"
languageOptionalString2Language."en","ms"

Example Message

/aivpor GET Request
curl -X GET "https://xxx.finexusgroup.com/AIV/rest/clientauth/aivpor?source=FNXCRDS&partnerId=BSSS&productType=appTest&reference=ID00000213132&apiVersion=1.6& referenceId=272391d1cc5840b2abfb7340a317e353f9eswc4nyQ0CEqw&apiKey=1233214HSC" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \