Upload CSV

POST /bulk/v1/{schemaName}/upload

Path Parameters

Name
Type
Description

*schemaName

String

Schema for which you want to bulk create entities

Headers

Name
Type
Description

Authorization

String

Set to Bearer {access-token} if roles in schema is not anonymous. Else authorization can be empty * make sure roles env in bulk issuance service is configured Bulk Issuance

Request Body

Name
Type
Description

file*

multipart/form-data

csv file

Last updated