# Jigcar Public APIs Public APIs for interacting with Jigcar Version: 1.0.0-alpha License: MIT ## Servers ``` https://public-api.jigcar.com/v1 ``` ## Security ### JigcarAPIAuth Type: apiKey In: header Name: X-Jigcar-API-Key ## Download OpenAPI description [Jigcar Public APIs](https://docs.jigcar.com/_bundle/openapi-v1.yaml) ## Movement Requests Endpoints for creating/retrieving Jigcar movement requests ### Create vehicle movement request - [POST /movement-requests/create-in-planning-pool](https://docs.jigcar.com/openapi-v1/movement-requests/createvehiclemovementrequestinplanningpool.md): Creates a movement request for the provided vehicle and sends it to an internal planning pool ### Get vehicle movement request - [GET /movement-requests/{requestId}](https://docs.jigcar.com/openapi-v1/movement-requests/getvehiclemovementrequestbyid.md): Retrieves the current state of a vehicle movement request by id ### Update vehicle movement request - [PATCH /movement-requests/{requestId}](https://docs.jigcar.com/openapi-v1/movement-requests/updatevehiclemovementrequestbyid.md): Updates specific details of a vehicle movement request by id. Omitting a property will leave it unchanged. ## Infrastructure Endpoints for retrieving Logistics specific infrastructure within Jigcar ### Get all sites - [GET /infrastructure/sites](https://docs.jigcar.com/openapi-v1/infrastructure/getallsites.md): Retrieves all dealership locations stored within Jigcar