AladiaDocs
Api referenceSaved posts

List all saved posts

GET
/v2/saved-posts
AuthorizationBearer <token>

In: header

Query Parameters

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

Value in

  • "desc"
  • "asc"
collectionId*string
text*string

Response Body

application/json

curl -X GET "https://example.com/v2/saved-posts?collectionId=string&text=string"
{  "data": [    {}  ]}