Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request GET '/api/organizations//locations'
{
"id": "loc_001",
"name": "San Francisco Office",
"website": "www.example-sf.com",
"country": "US",
"state": "CA",
"city": "San Francisco",
"addressLine1": "123 Market St",
"addressLine2": "Suite 100",
"zipCode": 94105,
"externalId": "sf_office_1",
"longitude": "-122.406417",
"latitude": "37.785834",
"clock_in_distance_centimeters": 5000,
"clock_out_distance_centimeters": 5000,
"break_start_distance_centimeters": 3000,
"break_end_distance_centimeters": 3000,
"organizationId": "org_12345",
"active": true,
"createdAt": "2023-10-27T10:00:00Z",
"updatedAt": "2023-10-27T10:00:00Z",
"deletedAt": null
}