Create Bulk Entities (Sync)
Create multiple entities in bulk. This endpoint will process synchronously and return a list of entities that were created or failed to create.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
emitWebhooks
If true, webhooks will be emitted for each entity that is created. By default, webhooks are not emitted.
Request
This endpoint expects an object.
Bulk Entity Creation from Object
Response
This endpoint returns an object.
data
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented
