List spaces associated with a team
List all spaces (workspaces) associated with the specified team.
GET
/api/teams/{id}/spacesPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/teams/{id}/spaces \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of team spaces
resultsobject[]requiredcountnumber400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring