Returns the specified site
cURL
curl --request GET \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id} \ --header 'Authorization: Bearer <token>'
{ "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", } }
Was this page helpful?