Bulk Export

post

Request a bulk export of all merchants in the client's portfolio. Returns an operation_id that can be used to track the status of the export.

Authorizations
AuthorizationstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Responses
200

Bulk Export Response

No content

post
/bulk_export
POST /external/api/v1/bulk_export HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Accept: */*
200

Bulk Export Response

No content

get

Check the status of a bulk portfolio export operation by operation_id. Returns the current status and download link when complete.

Authorizations
AuthorizationstringRequired
Path parameters
operation_idanyRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Responses
200

Bulk Export Status Response

No content

get
/bulk_export/{operation_id}
GET /external/api/v1/bulk_export/{operation_id} HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Accept: */*
200

Bulk Export Status Response

No content

Last updated