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"
}
}
Get details about a storefront.
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"
}
}
{
"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"
}
}