Request
The id of the team
Response
Array of sites
Returns all the sites that the specified team has access to
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>'
Show Site
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>'