List design spaces
GET /spaces
Every space the token can see, in dashboard order: the workspace's own, the ones shared with the person, and the two built-in spaces default (boards in no space) and trash.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs boards:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Query parameters
cursorstringqueryOpaque cursor from a previous response's nextCursor.
limitintegerqueryDefaults to 50.
Response
nextCursorstring | nullhasMorebooleandataSpace[]Child attributes
idstringA space id, or the reserved default and trash.
namestringbuiltInbooleanroleenum<string>The product's roles. Owner is the workspace that holds the board or space and cannot be granted or transferred. Admin can rename and share, editor can edit, reviewer can view, export and add comment items. There is no viewer role and no pending state. One of owner, admin, editor or reviewer.
boardCountintegermemberCountintegercoverUrlstring | nullpublicUrlstring | nullpositionintegerDashboard order, lowest first.
createdBystring | nullcreatedAtstring | nullupdatedAtstring | nulldeletedAtstring | nullErrors
rate_limitedToo many requests.