Store

Store details

Returns the store name, timezone, currency, platform, and earliest available report date for the authenticated API token.

GET /api/v1/store

Store details

curl --request GET \
  --url 'https://{baseUrl}/api/v1/store' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "name": "Metorik Store",
  "timezone": "America/New_York",
  "currency": "USD",
  "platform": "woocommerce",
  "earliest_date": "2024-01-15"
}

No response description.

Authorizations

  • Authorization string required header

    Generate a store API key from the store's Metorik API settings in Metorik, and choose the scopes needed for the endpoints you want to call.

Headers

  • Accept string required

    Response format header. Example: application/json

Response

application/json
  • name string
  • timezone string
  • currency string
  • platform string
  • earliest_date string