List post collections

List all post collections for the current space

POST
/objects/post-collection/list
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

List post collections input

helpCenterId?string

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/objects/post-collection/list" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "color": "string",
    "createdAt": "string",
    "description": "string",
    "id": "string",
    "spaceId": "string",
    "title": "string",
    "updatedAt": "string"
  }
]
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}