Partner API (2025.05)

Download OpenAPI specification:Download

Partner API is a collection of endpoints (currently available only in Europe) that allow EasyPark partners manage their parking users and cars. In this page you can find the general information regarding all the endpoints. For specific information please refer to the corresponding subsection.

Note that this reference only contains information about our legacy endpoints that are to be sunsetted in 2026. See 'Partner Reference' for the latest version of the Partner API.

Addresses

Requests and responses are in JSON format.

Request timeout

All the endpoints have a default timeout of 60 seconds.

Errors

All errors returned to the API user are structured in the following way:

    {
        "timestamp": "2021-02-25T14:40:21.333+00:00",
        "path": "/billing-accounts/2220564/parking-users",
        "status": 400,
        "error": "Bad Request",
        "message": "email must not be blank",
        "requestId": "4ba1b9d0"
    }