Update Ramp sync configuration
PUT
/api/v1/ramp/sync-config
Partially update sync settings — date range, card/user/department filters, and type toggles.
Authentication
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Request body
Schema: RampSyncConfigUpdate
-
sync_enabledboolean -
auto_sync_enabledboolean -
auto_sync_interval_hoursinteger -
sync_from_datestring · date-time -
sync_to_datestring · date-time -
sync_transactionsboolean -
sync_reimbursementsboolean -
sync_billsboolean -
sync_transfersboolean -
sync_cashbacksboolean -
sync_bill_paymentsboolean -
sync_statementsboolean -
sync_card_idsarray · string -
sync_user_idsarray · string -
sync_department_idsarray · string
Responses
400 Bad Request - Invalid input
401 Unauthorized - Authentication required
403 Forbidden - Insufficient permissions
422 Validation Error
Schema: HTTPValidationError
-
detailarray · ValidationError ValidationError -
5 fields
-
locarray · string | integer required -
msgstring required -
typestring required -
inputobject -
ctxobject
-