Collections
List all collections
post/collections.list
Request body
Example request
{
"limit": 25
}Response
OK
Example response
{
"data": [
{
"name": "Human Resources",
"index": "P",
"color": "#123123"
}
],
"pagination": {
"limit": 25
}
}