This endpoint allows you to fetch all stores created under a single user, a user can create multiple stores on pandascrow.

[GET] {{baseurl}}/sandbox/index/store/fetch/all

API Object

{
    "status": 200,
    "data": {
        "message": "Store has been created successfully"
    }
}
curl -L -X POST '{{baseurl}}/sandbox/index/store/fetch/all' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'
Language
Click Try It! to start a request and see the response here!