Bulk Privileged Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/privileged/download-url
Configuration
BalkanID Privileged Download CSV Format
Sample CSV
Integration ID | Saved Filters |
---|---|
datadog/01HQ5TDJMXX670YZ0AGATJSZ31 | 01HV4E2Z8NV9YRGDEQ7VAP3P8T, 01HR1JWGJX1FNX2NAMSS7G9257 |
Column Definitions
Column Name | Column Description |
---|---|
Integration ID | ID of the integration. |
Saved Filters | IDs of the saved filters. |
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