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
{
"data": [
{
"id": 209,
"name": "Volt Time HQ",
"street": "Meer en Duin",
"postal_code": null,
"house_number": 216,
"house_number_addition": null,
"city": "Lisse",
"country": "BE",
"created_at": "2023-09-25T12:24:28.000000Z",
"updated_at": "2023-11-06T12:50:23.000000Z",
}
]
// + Pagination
}
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>'