Skip to main content
POST
Smoke-test the connector connection (auth probe against provider live API)

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

Response

{ ok: true, latency_ms } on success; { ok: false, error, latency_ms } on failure

ok
boolean
required
latency_ms
integer
required
error
string

Provider error code (only present when ok=false)