Skip to main content
GET
/
integrations
/
{connector_type}
/
sync-log
List recent sync attempts for a connector
curl --request GET \
  --url https://api.arcuserp.com/v1/integrations/{connector_type}/sync-log \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "pagination": {
    "page": 123,
    "per_page": 123,
    "total": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Path Parameters

connector_type
enum<string>
required
Available options:
stripe,
avatax,
shippo,
printnode,
postmark,
shopify,
mapquest,
google,
openai,
plaid,
ups,
fedex,
usps,
amazon,
ebay,
wwex

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:25
Required range: 1 <= x <= 100
sync_direction
string
sync_status
string

Response

Paginated list of sync log entries

data
object[]
pagination
object