GET
/
changelog
curl --request GET \
  --url https://api.eververse.ai/changelog \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "publishAt": "<string>",
      "slug": {}
    }
  ]
}
data
object[]

A response field example