Get post collection

Get a post collection by id

GET
/objects/post-collection/{postCollectionId}
AuthorizationBearer <token>

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

In: header

Path Parameters

postCollectionIdstring

Post Collection ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/objects/post-collection/string"
{
  "color": "string",
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "spaceId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}