cURL
curl --request GET \ --url https://api-m.sandbox.paypal.com/v2/invoicing/accounting-sync/invoices/{id}/connections \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "connection_status": [ { "connections": [ { "platform_name": "<string>", "last_sync_time": "<string>", "last_sync_status": "IN_PROGRESS" } ] } ] }
Lists connections to accounting platforms per invoice.
Oauth 2.0 authentication
The invoice id of the account.
1 - 24
A successful request returns the HTTP 200 OK status code and a JSON response body.
200 OK
Returns invoice connection status with timestamp per invoice.
The ID of the invoice. This property supports Unicode.
1 - 64
An array of connection-level details.
1 - 1000
Show child attributes
Was this page helpful?