Update Ramp sync configuration

PUT /api/v1/ramp/sync-config

Partially update sync settings — date range, card/user/department filters, and type toggles.

Operation ID: update_sync_config_api_v1_ramp_sync_config_put · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

sync_enabled boolean
auto_sync_enabled boolean
auto_sync_interval_hours integer
sync_from_date string · date-time
sync_to_date string · date-time
sync_transactions boolean
sync_reimbursements boolean
sync_bills boolean
sync_transfers boolean
sync_cashbacks boolean
sync_bill_payments boolean
sync_statements boolean
sync_card_ids array · string
sync_user_ids array · string
sync_department_ids array · string

Responses

200 Successful Response

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object