Locations
List locations
Response Body
application/json
curl -X GET "https://example.com/api/public/v3/locations"{ "data": [ { "id": 0, "name": "string", "country_code": null, "address": null, "time_zone": "string", "holiday_policy_id": null, "created_at": "string", "updated_at": "string" } ], "metadata": { "pagination": { "page": 0, "pages": 0, "count": 0, "items": 0 } }}