Api referenceSocial collections
Search social collections
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
name*string
Response Body
application/json
curl -X GET "https://example.com/v2/social-collections/search?name=string"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}