Bulk Webhook Templates Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/webhook-templates/download-url
Webhooks
BalkanID Webhook Templates Templates Download CSV Format
Sample CSV
ID | Name | Description | Value | EntityType | CreatedAt | UpdatedAt | Active | Scope | Type | Server Url | Integration |
---|---|---|---|---|---|---|---|---|---|---|---|
AG9ZWR192D | Template 2 | This is template A | {"x2": "some"} | 2024-03-08 10:00:00 | 2024-03-08 12:30:00 | false | integration | finding | https://webhook.site/x124 | aws/234 |
Column Definitions
Column Name | Column Description |
---|---|
ID | Optional - A unique identifier for the template. |
Name | Required - The name of the template. |
Description | Optional - A description of the template. |
Value | Required - The value associated with the template. |
EntityType | Required - The type of entity associated with the template. |
CreatedAt | The timestamp when the template was created. |
UpdatedAt | The timestamp when the template was last updated. |
Active | Indicates whether the template is active or not. |
Scope | Required The scope of the webhook. Valid values are: integration , global |
Type | Required The type of webhook. Valid values are: finding , request , review |
Server Url | Required The URL of the webhook. |
Integration | Optional The integration type of the webhook. required if scope is integration |
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