The
/user/bulk/entity
endpoint allows the creation of multiple entities in bulk by providing details for each entity, including artist name, first name, last name, email, and split share.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
data | array | An array of entity objects with their details. |
sendEmail | boolean | This sends an invite email to the entities, by default it is true. |
redirect_url (Optional) | string | The URL to redirect after creation. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
data | array | ā | |
sendEmail | boolean | ā | This sends an invite email to the entities |
redirect_url | string | ā | The URL to redirect after creation |
Responses
ā 201 - Success - Bulk entity creation completed
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
User
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json