GET
/v2/api/mappingtables
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/mappingtables'
Response examples (200)
[
{
"mappingField": "color",
"mappingType": "products",
"mappingValues": {}
}
]
Response examples (400)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}