Partner API (2024.01)

Download OpenAPI specification:Download

Partner API is a collection of endpoints (currently available only in Europe) that allow EasyPark partners to fetch billing records and 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.

Addresses

Requests and responses are in JSON format.

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