Create Claim
Claims
Create Claim
Claim an available parking spot
POST
Create Claim
Documentation Index
Fetch the complete documentation index at: https://lapscher.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint allows users to claim an available parking spot for a specific time period.Authentication
Request Body
ID of the availability to claim
Claim start time (ISO 8601 format, must be within the availability window)
Claim end time (ISO 8601 format, must be within the availability window)
Response
Created claim object
Example Request
Example Response
Validation Rules
- The availability must not already be claimed
- Claim times must be within the availability window
start_timemust be in the futureend_timemust be afterstart_time- You cannot claim your own parking spots