Bulk Business Owners Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/business-owners/download-url
Business Owners
BalkanID Business Owners Download 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 (;). |
Download the CSV file via the pre-signed URL
To use the polling URL, first send an HTTP request with the method
HEAD
to the pollingUrl
.If the response status code is
404
, the file is not ready, and you should retry this polling request after a delay.If the response status code is
200
, the file is ready, and you may proceed to download the CSV from the received url
.Request
Header Params
X-Api-Key-ID
string
optional
X-Api-Key-Secret
string
optional
Content-Type
string
optional
Default:
application/json
Body Params application/json