API Reference
Creates a new report. Requires project_id and quantification_methodology_id.
cURL
curl --request POST \ --url https://app.gomangrove.com/api/v1/reports \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "report": { "project_id": 123, "quantification_methodology_id": 1, "name": "Q1 2025 Carbon Report", "batch_ids": [ "bat_abc123def456" ] } } '
{ "id": "rpt_abc123def456", "name": "Q1 2025 Carbon Report", "report_type": "quarterly", "status": "draft", "project_id": 123, "created_at": "2025-01-15T10:00:00.000Z", "updated_at": "2025-01-15T10:00:00.000Z", "inclusions": [], "allocation": null }
Show child attributes
201