Get a specific team.
Fetch a single team by ID.
GET
/api/teams/{id}Path parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/teams/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Team details
idstringrequirednamestringrequireddescriptionstringrequiredvault_idstringvaultstringmembersobject[]created_datestringrequiredmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring