My KYC
Fetches a list of vendor documents based on the provided filters.
Query parameters
limitintegerOptional
Number of documents to return per page
offsetintegerOptional
The offset for pagination
countintegerOptional
Flag to indicate if count is requested
vendorIdintegerRequired
ID of the vendor
Header parameters
AuthorizationstringRequired
Bearer token for vendor authentication
Responses
200
Successfully retrieved the list of vendor documents.
400
Bad request. Invalid input data.
500
Internal server error.
get
GET /backend/api/vendor-document HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got document list</message>
</object>
Fetches a list of vendor documents.
Header parameters
AuthorizationstringRequired
Bearer token for vendor authentication
Responses
200
Successfully retrieved the list of vendor documents.
400
Bad request. Invalid input data.
500
Internal server error.
get
GET /backend/api/vendor-document/document HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got documents list</message>
</object>
Last updated