Get Store

GET /v1/{externalStoreID}

Get a specific store using externalStoreID.

Path parameters

Responses

  • 200

    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 /v1/{externalStoreID}
curl \
 -X GET https://ma-api.maddenanalytics.com/v1/{externalStoreID} \
 -H "Authorization: $API_KEY"
Response examples (200)
{
  "name": "string"
}
Response examples (default)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}