Commerce APIs
GET Store
Overview
WaaS React SDK
Wallet as a Service (WaaS)
- Overview
- Quickstart
- Errors
- Pagination
- Wallet Creation APIs
- Wallet Experience APIs
- NFT APIs
- Web3 APIs
- SDK
Integrations
- Get Started
- Authentication
- Connectors
- FAQ
- Partners
Commerce APIs
GET Store
Get details about a storefront.
GET
/
v1
/
stores
/
{storeId}
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"
}
}
Path
The store id
Examples
Response
{
"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"
}
}