AladiaDocs
Api referenceStories

Retrieve the latest of a story

List all latest of a story

GET
/v2/stories/latest

List all latest of a story

AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"

Response Body

application/json

curl -X GET "https://example.com/v2/stories/latest"
{  "data": [    {}  ]}