Send multiple accounts

Batch endpoint to Send multiple accounts at once. All items in the batch must share the same schema unless update_schema is set to true.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
accountslist of objectsRequired
update_schemabooleanOptional

If true, the account schema for your account will be updated to match the schema of the data in the account_data object

Response

OK

job_idstring

Unique job ID for tracking the batch processing.