Seller Store Id Search
post
This endpoint finds a list of Sellers associated to store id criteria.
Authorizations
AuthorizationstringRequired
Header parameters
LenderIdstringRequired
Lender ID provided by Verdata
Body
store_idstring · min: 1 · max: 255Required
Responses
200
Seller Result
application/json
post
/seller/storePOST /external/api/v1/seller/store HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"store_id": "text"
}200
Seller Result
[
{
"dashboard_url": "text",
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text"
}
]Last updated

