GET /sitemap/comparisons

GET /sitemap/comparisons

Fetch all featured comparisons associated with the app

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 422

    Unprocessable Entity

  • 500

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