> ## Documentation Index
> Fetch the complete documentation index at: https://developer.easyparkgroup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Partner API provides a suite of endpoints designed to help partners and customers to manage users, vehicles and billing records seamlessly.
Note: These endpoints are currently available in Europe, with expansion to new regions planned for 2026.

## Getting started & onboarding

To begin integrating with our endpoints, you will need access to our environments. Please follow these steps:

1. Request access: Contact us at [api-developer-portal@arrive.com](mailto:api-developer-portal@arrive.com) or reach out to your designated point of contact.
2. Testing & Staging: Once registered, you will be provided with credentials for our Staging environment. This allows you to test your integration end-to-end in a safe, isolated environment.
3. Production: After successful testing in Staging, your point of contact will guide you through the promotion to the Production environment.

Requests and responses are in JSON format.

## Request timeout

All the endpoints have a default timeout of 60 seconds.

## Errors

All errors match the standard response for errors as defined by the Problem Details for HTTP APIs specification <a href="https://datatracker.ietf.org/doc/html/rfc9457">RFC 9457</a>:

```json theme={null}
    {
        "type": "https://developer.easyparkgroup.com/openapi/fleet/overview/",
        "title": "Forbidden",
        "status": 403,
        "detail": "Access denied",
        "instance": "/api/billing-accounts",
        "timestamp": 1771232045624,
        "traceId": "55a47f36-cea3-4b01-92b6-8295c02ac302"
    }
```
