Get Store

GET /stores/{externalStoreID}

Get a specific store using externalStoreID.

Path parameters

  • externalStoreID string Required

    External Store ID

Responses

  • 200

    OK

    Hide response attribute Show response attribute object
    • name string
  • default

    All errors will return the same object with a describing code & message

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode integer
GET /stores/{externalStoreID}
curl \
 --request GET 'https://api.maddenanalytics.com/v2/api/stores/{externalStoreID}'
Response examples (200)
{
  "name": "string"
}
Response examples (default)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}