# Get all sites Retrieves all dealership locations stored within Jigcar Endpoint: GET /infrastructure/sites Version: 1.0.0-alpha Security: JigcarAPIAuth ## Response 200 fields (application/json): - `id` (string) The identifier for the site Example: "some-site-id" - `externalId` (string) The external identifer for the site Example: "some-external-id" - `label` (string) The label for the site Example: "Kingston Audi" - `address` (object) - `address.line1` (string, required) 1st line of the address Example: "123 Main St" - `address.line2` (string) 2nd line of the address - `address.line3` (string) 3rd line of the address - `address.postcode` (string, required) Postal code of the addres Example: "GU1 4UT" ## Response 500 fields (application/json): - `code` (string, required) Enum: "INTERNAL_SERVER_ERROR" - `message` (string, required) Example: "We encountered an unexpected error trying to service your request. Please try again later."