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
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
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