This endpoint allows you to fetch a single store details.

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

Pandascrow Store - Fetch Store

To fetch single store on Pandascrow, you'll need to pass the parameters found in the table below.

ParamRequired?Descriptiontype
slugYesProvide a valid slug for store dataString

API Object

{
    "status": 200,
    "data": {
        "storeID": 1,
        "businessID": 1,
        "storefront_name": "Pandascrow",
        "storefront_slog": "pandascrow",
        "storefront_currency": "NGN",
        "storefront_color": "#F6F6F6",
        "storefront_desc": "Sell more online",
        "store_interest": null,
        "store_type": "shop",
        "location": {
            "store_country": null,
            "store_state": null,
            "store_address": null
        },
        "store_label": {
            "trust_score": "3x",
            "rating": 5,
            "response_time": "4 mins"
        },
        "contact": {
            "phone": "",
            "email": "[email protected]"
        },
        "store_badge": {
            "secure": 1,
            "delivery": 1,
            "tip_shop": 1,
            "contact": 0
        },
        "is_escrow": 1,
        "is_verified": 0,
        "is_banned": 0,
        "dateCreated": "Sat, 14 Jan 2023 03:42:05 +0000",
        "dateCreated_alt": "4 days ago"
    }
}
curl -L -X GET '{{baseurl}}/sandbox/index/store/fetch' \
-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!