Skip to main content
GET
/
v2
/
invoicing
/
accounting-sync
/
merchant
/
connections
List Connections.
curl --request GET \
  --url https://api-m.sandbox.paypal.com/v2/invoicing/accounting-sync/merchant/connections \
  --header 'Authorization: Bearer <token>'
{
  "connections": [
    {
      "platform_name": "<string>",
      "last_sync_time": "<string>",
      "last_sync_status": "IN_PROGRESS"
    }
  ]
}

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Response

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

This object contains an array of connection details. It is used to load sync status for a user.

connections
Connections · object[]

An array of connection-level details.

Required array length: 1 - 1000 elements
I