POST
/
operations
/
connection_health
/
search

This endpoint cached once every 24 hours. The data you see may be stale, although if you refresh a specific merchant, those updates will be reflected here. We highly recommend subscribing to our Webhooks to get accurate information about when a merchant needs attention.

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Query Parameters

page
integer
default:
1
size
integer
default:
20
app_id
integer
required
exclude_public
boolean
default:
true

Body

application/json

Request object for searching, sorting and filtering ConnectionHealth

platforms
enum<string>[]

A list of platforms to filter by

Available options:
OTHER,
SHOPIFY,
MAGENTO,
MAGENTO_ONE,
WOOCOMMERCE,
BIGCOMMERCE,
LIGHTSPEED,
ECWID,
YAAS,
SPREECOMMERCE,
DEMANDWARE,
VOLUSION,
PRESTASHOP,
THREEDCART,
SYLIUS,
WIX,
SWELL,
MIVA,
WEBSPHERE,
ORACLECC,
SAPCC,
SQUARESPACE,
SHOPWARE,
COMMERCETOOLS,
MEDUSA,
ABICART,
SPRYKER,
MYSTORE,
CENTRA,
XCART,
VTEX,
KIBO,
SALEOR,
VENDO,
CHORD,
DIGITALRIVER,
SQUARE,
AMAZON,
BIGCARTEL,
CUSTOM
query
string

A partial match query against either merchantId or merchantName

sort_by
enum<string>

Property to sort by in camelCase

Available options:
merchantId, merchantName, status, platform
sort_direction
enum<string>

Direction to sort by

Available options:
asc, desc
status
enum<string>

Filter by ConnectionHealth Status

Available options:
COMPLETE,
INCOMPLETE,
NEEDS_ATTENTION,
NOT_APPLICABLE,
ERROR

Response

default - application/json
content
object[]

The actual content of the response; A list of the result objects

empty
boolean

Boolean indicating if the response content is empty

first
boolean

Boolean indicating if this is the first page of the response

last
boolean

Boolean indicating if this is the last page

next_page_cursor
string

Contains the cursor for the next page. This property will only be used for situations where the API does not support the page number/page size paradigm and it will mutually exclusive with the size/number fields in the response. If this property is returned it must be passed when requesting the next page from the API. Does not apply to endpoints that do not have a next_page_cursor query param documented.

number
integer

The page number selected at request time

number_of_elements
integer

The total number of objects in this specific response

pageable
object

Violet wrapper for springframework pageable

size
integer

The page size selected at request time

sort
object

Violet Wrapper for springframework sort

total_elements
integer

The total count of objects available

total_pages
integer

The total count of pages available

Was this page helpful?