List Stores

GET /stores

List all Stores for an account.

Responses

  • OK

    Hide response attribute Show response attribute object
  • All errors will return the same object with a describing code & message

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