Gateway
The gateway endpoints have been organized in the parking group.
Check-In
post
Authorizations
Path parameters
groupstring · uuidRequired
The resource
Body
platestringRequired
Responses
200
The request has been successful
201
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
post
POST /api/onsite/v1/groups/{group}/gateway/checkin HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"plate": "text"
}
No content
Check-Out
post
Authorizations
Path parameters
groupstring · uuidRequired
The resource
Body
platestringRequired
Responses
200
The request has been successful
201
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
post
POST /api/onsite/v1/groups/{group}/gateway/checkout HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"plate": "text"
}
No content
Last updated