The gateway endpoints have been organized in the parking group.
Last updated 8 months ago
The resource
curl -L \ --request POST \ --url '/api/onsite/v1/groups/{group}/gateway/checkout' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "plate": "text" }'
No body
curl -L \ --request POST \ --url '/api/onsite/v1/groups/{group}/gateway/checkin' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "plate": "text" }'