Api referencePosts
List all posts
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
type*array<>
ownerId*string
filter?array<>
entityId*string
entityType*string
text*string
Response Body
application/json
curl -X GET "https://example.com/v2/posts?type=review&ownerId=string&entityId=string&entityType=string&text=string"{ "data": [ {} ]}