Bulk Applied Labels Upload API (Early Access)
POST
https://app.balkan.id/api/rest/v0/applied-labels/upload-url
Configuration
BalkanID Applied Labels Upload CSV Format
Sample CSV
Resourse Type | Resource ID | Source | Key | Version | Value | Integration | Correlation ID |
---|---|---|---|---|---|---|---|
Some Resource Type | 0x21 | s1 | k1 | v1 | value | aws/012x | d924-sfdj9j |
Column Definitions
Column Name | Column Description |
---|---|
Resource Type | Required - The type of resource. |
Resource ID | Required - The ID of the resource. |
Source | Required - The source of the label. |
Key | Required - key |
Version | Required - version |
Value | Required - The value associated with it |
Integration | Required - The integration id associated with it. |
Correlation ID | Required - The correlation ID associated with it. |
Upload the CSV file via the pre-signed URL
Below is a summary of the request using
curl
:
PUT
. Required request body is the CSV in BalkanID Applied Labels CSV format.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