Endpoint Examples
Get Changelog
Endpoint Examples
Get Changelog
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": {}
}
]
}
A response field example
curl --request GET \
--url https://api.eververse.ai/changelog \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"publishAt": "<string>",
"slug": {}
}
]
}