GET/spaces/api/v1/starred.json

List the favourites of the current user

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

Favorite
{
  "favorites": [
    {
      "id": 0,
      "meta": {},
      "type": "string"
    }
  ]
}