v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Component
Creates a component in the Isometric system
post/components
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"project_id": "prj_1CTWZQGKE1S0VAXA",
"inputs": [
{
"datapoint_ids": [
"dtp_1DVKHKS101S0Q61Q"
]
}
]
}Response
Successful Response
Example response
{
"id": "cmp_1EP2SB7MZ1S036PY",
"removal_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"ghg_entry_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"inputs": [
{
"datapoint_ids": [
"dtp_1DVKHKS101S0Q61Q"
]
}
]
}