# Appointments Create and retrieve customer appointment requests across locations. Enables seamless scheduling and booking integrations. ## Create appointment request - [POST /appointmentRequests/create](https://developers.myautoleap.com/openapi/appointments/paths/~1appointmentrequests~1create/post.md): Creates Appointment Requests against the given Company and Location. ## Get appointment requests - [GET /appointmentRequests](https://developers.myautoleap.com/openapi/appointments/paths/~1appointmentrequests/get.md): Fetches Appointment Requests for a given Company and Location. Supports filtering by status, date ranges, and pagination.