Request
- Path
- Query
The id of the team
Response
- Data
- Example
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>'