Sites
Get all sites
GET
Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
Response
200 - application/json
Example:
[
{
"id": 5,
"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-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
},
{
"id": 6,
"name": "Henri Mitchell",
"street": "Leuschke Throughway",
"postal_code": "06227",
"house_number": 47809,
"house_number_addition": "Suite 339",
"city": "Daphneview",
"country": "GH",
"created_at": "2025-03-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
}
]
Was this page helpful?