The Parking API consists of two parts: the ability to be notified when vehicle enters a zone and the ability to change the product for the parking session.
Access to the Parking API is offered as a paid service. Please contact your Autopay representative for details.
By accessing or using the API, the integrator agrees to be bound by the terms and conditions of Parking API.
Service: makes a HTTP POST request to your webhook endpoint when vehicles enters a zone in your facility
Webhook endpoint requirements:
Provide a webhook endpoint with HTTPS support
Support HTTP header authorization (we will send you the secret you provide us in the "Authorization" header)
What we need to configure your webhook:
Webhook URL
The URL to your webhook endpoint
Authorization token value
What we will send you in the "Authorization" HTTP header
Facility code
The code for the facility you want to receive events from
Zone code
The code for the zone(s) you want to receive events from
Should all zones be included?
If all zones in facility, including new ones, should be included
Landlord id
The id for the landlord that the facility belongs to
Webhook POST JSON:
Parameter
Type
Description
event_id
string
A unique id for the entry event. Updates on the same event uses the same id. So if a license plate is updated, it will be present with the corrected license plate with the same 'event_id'.
parking_session_id
String
Id can be used to change the product for this parking session.
time_in_utc
yyyy-MM-dd'T'HH:mm:ssZ
Time of entry event in UTC.
operator_id
String
Id of the parking operator.
landlord
landlord_id
string
Id of the landlord of the parking facility where the parking takes place
name
string
Display name of the landlord
zone
code
string
Id of the parking zone where the parking takes place
name
string
Display name of zone
facility
code
string
Id of the parking facility where the parking takes place