GET /sitemap/comparisons
Fetch all featured comparisons associated with the app
GET /sitemap/comparisons
curl \
-X GET https://api.cosmily.com/api/v1/sitemap/comparisons \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"alias": "string",
"updated_at": "string"
}
]
}
Response examples (200)
{
"data": [
{
"alias": "string",
"updated_at": "string"
}
]
}