Collections
List all collection group members
This method allows you to list a collections group memberships. This is the list of groups that have been given access to the collection.
post/collections.group_memberships
Request body
Example request
{
"limit": 25,
"query": "developers"
}Response
OK
Example response
{
"data": {
"groups": [
{
"name": "Engineering",
"memberCount": 11
}
]
},
"pagination": {
"limit": 25
}
}