Bulk Business Owners Upload API (Early Access)
POST
https://app.balkan.id/api/rest/v0/business-owners/upload-url
Business Owners
BalkanID Business Owners Upload CSV Format
Sample CSV
Entity ID* | Entity Name | Entity Type* | Source Type | Integration ID* | Integration Name | Integration Description | Primary Owner Email* | Secondary Owners Emails* |
---|---|---|---|---|---|---|---|---|
0E4q6UXcQRZBrIF66lQRC9cCN7NRvRROXAWqwDUx6Zg | Accounts | connection | group | google/01JH0F7KETDT9ER6JKBK3JB1K9 | Test | owner@example.com | secondary1@example.com;secondary2@example.com |
Column Definitions
Column Name | Column Description |
---|---|
Entity ID | Required. Unique identifier of the entity whos owner is to be mapped. |
Entity Name | Descriptive name associated with the entity. |
Entity Type | Required. Type of the entity ('connection' or 'resource'). |
Source Type | Origin type of the entity (e.g., Internal, External). |
Integration ID | Required. Identifier for the integration process. |
Integration Name | Name of the integration. |
Integration Description | Description of the integration. |
Primary Owner Email | Required. Primary email address of the owner. |
Secondary Owners Emails | Required. Secondary owner emails separated by a semi-colon (;). |
Upload the CSV file via the pre-signed URL
Below is a summary of the request using
curl
:
PUT
.Request
Header Params
X-Api-Key-ID
string
optional
X-Api-Key-Secret
string
optional
Content-Type
string
optional
Default:
application/json