Commerce APIs
GET Store
Commerce APIs
GET Store
Get details about a storefront.
GET
/v1/stores/{storeId}
storeId*
curl --request GET \
--url https://api.bitski.com/v1/stores/{storeId}
Path
storeIdrequiredDefault: "8df663d2-b7b3-48c6-bb31-ec34258c9a77"
string
The store id
Examples
Response
storerequired
Store object
{
"store": {
"application": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"backgroundImageUri": null,
"description": "Curating the best bird related NFTs",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"processor": "Stripe",
"processorApiKey": "pk_test_TYooMQauvdEDq54NiTphI7jx",
"processorLogoUri": "https://cdn.bitskistatic.com/processors/stripe.svg",
"socialLinks": {},
"themeUrl": null,
"title": "Bird Store",
"username": "bird_fans"
}
}
curl --request GET \
--url https://api.bitski.com/v1/stores/{storeId}
{
"store": {
"application": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"backgroundImageUri": null,
"description": "Curating the best bird related NFTs",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"processor": "Stripe",
"processorApiKey": "pk_test_TYooMQauvdEDq54NiTphI7jx",
"processorLogoUri": "https://cdn.bitskistatic.com/processors/stripe.svg",
"socialLinks": {},
"themeUrl": null,
"title": "Bird Store",
"username": "bird_fans"
}
}