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

storeId
string
default: "8df663d2-b7b3-48c6-bb31-ec34258c9a77"required

The store id

Examples

Example

Response

store
object
required