---
title: "List Connections."
method: GET
path: "/v2/invoicing/accounting-sync/merchant/connections"
tags: ["connections"]
---

# List Connections.

`GET /v2/invoicing/accounting-sync/merchant/connections`

Lists connections to accounting platforms per merchant.

## Response `200`

A successful request returns the HTTP `200 OK` status code and a JSON response body.

- Connections — This object contains an array of connection details. It is used to load sync status for a user.
  - `connections` Connection[] — An array of connection-level details.
    - `platform_name` string — The name of the platform. This property supports Unicode. The pattern is not provided because the value is defined by an external party.
    - `last_sync_time` string, ppaas_date_time_v3 — The date and time, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6). Seconds are required while fractional seconds are optional.<blockquote><strong>Note:</strong> The regular expression provides guidance but does not reject all invalid dates.</blockquote>
    - `last_sync_status` 'IN_PROGRESS' | 'SUCCESS' | 'FAILED' — The status of the last sync. This property supports Unicode.

## Other responses

- `400` — Invalid request.
- `403` — Authorization Error.
- `404` — Resource Not Found.
- `500` — An internal server error has occurred.
- `default` — The default response.

---

[API](https://skmtc.net/paypal/apis/payments.md) · [All operations](https://skmtc.net/paypal/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paypal/payments/revisions/672aceee1190/schema)
