GET /sitemap/comparisons

GET /sitemap/comparisons

Fetch all featured comparisons associated with the app

Responses

  • successful operation

    Hide response attribute Show response attribute object
  • Bad Request

  • Authorization information is missing or invalid.

  • Unprocessable Entity

  • Server Error

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"
    }
  ]
}