Bulk Labels Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/labels/download-url
Configuration
BalkanID Labels Download CSV Format
Sample CSV
ID | Name* | Color | Icon | Background Color | Text Color | Type* | Light Background Color | Light Text Color | Dark Background Color | Dark Text Color |
---|---|---|---|---|---|---|---|---|---|---|
entitlement/privileged | Privileged | secondary | https://example.com/icons/privileged.svg | #FFFFFF | #000000 | entitlement | #FFFFFF | #000000 | #FFFFFF | #000000 |
employee/sod | SoD | #FFFFFF | #000000 | employee | #FFFFFF | #000000 | #FFFFFF | #000000 |
Column Definitions
Column Name | Column Description |
---|---|
ID | Required - ID of the label. |
Name | Required - The name of the label. It appears in the applications. |
Type | Required - The type of the label, used to identify the type of |
Icon | Optional - The icon of the label. It appears in the applications. |
Color | Optional - The color of the label. It appears in the applications. |
Background Color | Optional - The background color of the label. It appears in the applications. |
Text Color | Optional - The text color of the label. It appears in the applications. |
Light Background Color | Optional - The light background color of the label. It appears in the applications. |
Light Text Color | Optional - The light text color of the label. It appears in the applications. |
Dark Background Color | Optional - The dark background color of the label. It appears in the applications. |
Dark Text Color | Optional - The dark text color of the label. It appears in the applications. |
Required Columns
Download the CSV file via the pre-signed URL
is to download the CSV in BalkanID Labels CSV
format from the pre-signed URL.
HEAD
tothe
pollingUrl
.404
, the file is not ready, and you shouldretry this polling request after a delay.
200
, the file is ready, and you may proceedto 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
Request samples
Responses
Modified at 2025-04-10 03:44:22