Skip to main content
GET
/
api
/
public
/
v1
/
stores
/
{storeId}
Get store by ID
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/stores/{storeId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "store_123",
  "name": "My Demo Store",
  "type": "ecommerce",
  "baseCurrency": "USD",
  "presentmentCurrencies": [
    "USD",
    "EUR"
  ],
  "chargeCurrencies": [
    "USD"
  ],
  "createdAt": "2024-03-20T10:30:00Z",
  "integrations": [
    {
      "id": "int_123",
      "name": "Shopify Integration",
      "type": "shopify"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

storeId
string
required

Response

Successful response

The response is of type any.