GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{id}
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 236,
    "name": "Morgan Hirthe",
    "street": "Haven Square",
    "postal_code": "19279",
    "house_number": 544,
    "house_number_addition": "Apt. 365",
    "city": "Careymouth",
    "country": "HN",
    "created_at": "2025-03-12T13:49:24.000000Z",
    "updated_at": "2025-03-12T13:49:24.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

id
integer
required

The ID of the site.

Response

200 - application/json
data
object

Was this page helpful?