Skip to main content
GET
Gets Bank Synchronization Statuses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

last_successful_sync
string

Filter by last_successful_sync

page
integer

the page number

Required range: x >= 1
per_page
integer

the number of elements per page

Required range: 1 <= x <= 100
sort
enum<string>

Sort by given attribute

Available options:
status,
last_successful_sync,
-status,
-last_successful_sync
status
enum<string>

Filter by status

Available options:
UNKNOWN,
DISABLED,
ERROR,
CHALLENGE_REQUIRED,
SCRAPPING,
SUCCESS,
SCA_REQUIRED,
WEBAUTH_REQUIRED,
WRONG_PASS,
ACTION_NEEDED,
WAITING_FOR_VALIDATION

Response

OK

items
object[]
meta
object