Skip to main content
POST
Create multiple accounts in a single request

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Body

application/json;charset=UTF-8
companyId
string<uuid>
required

Pleo's internal identifier for the company the accounts are associated with.

items
object[]
required

List of bookkeeping accounts to be created. The number of accounts in the batch must be between 1 and 1000.

Required array length: 1 - 1000 elements

Response

Batch creation completed. Check the response for created and failed items.

data
object
required

Response for batch account creation operation.