| Property | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/tables/{{tableName}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} — See How to generate the JWT Token. |
| App Access | Write access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the data in a table and Data as a Service. |
Path Parameters
| Parameter | Description |
|---|---|
host | Environment URL, for example, https://platform.kore.ai |
tableName | Name of the table to insert data into |
Sample Request
Body Parameters
| Parameter | Description |
|---|---|
data | Object with column_name/value pairs: "data": { "<col1_name>": "<value1>", "<col2_name>": "<value2>" } |