GET /sitemap/comparisons

GET /sitemap/comparisons

Fetch all featured comparisons associated with the app

Responses

GET /sitemap/comparisons
curl \
 -X GET https://api.cosmily.com/api/v1/sitemap/comparisons \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
  "data": [
    {
      "alias": "string",
      "updated_at": "string"
    }
  ]
}