GET /v1/stores
curl \
-X GET https://ma-api.maddenanalytics.com/v1/stores \
-H "Authorization: $API_KEY"
Response examples (200)
[
{
"name": "string"
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}