cURL
curl --request POST \ --url https://{tenant}.torchapp.com.au/api/v1/projects/{project_id}/elements/{element_id}/indicators/{indicator_id}/targets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "target_date": "2026-01-27T02:53:04", "disaggregation_id": "<string>", "target_value": 4326.41688, "target_narrative": "architecto", "target_status": "architecto", "target_rating": "architecto" } '
{}
Create target for indicator.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project.
The ID of the element.
The ID of the indicator.
"2026-01-27T02:53:04"
4326.41688
"architecto"
Target created
The response is of type object.
object