curl -X POST "https://fluar.com/api/v4/projects/{projectId}/rows" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "Email": "[email protected]", "Company": "Acme Corp" }'
{ "success": true, "insertedCount": 2, "rows": [ "550e8400-e29b-41d4-a716-446655440000", "550e8400-e29b-41d4-a716-446655440001" ] }
Add one or more rows to a Fluar project
{ "Email": "[email protected]", "Company": "Acme Corp" }
[ { "Email": "[email protected]", "Company": "Acme" }, { "Email": "[email protected]", "Company": "Beta" } ]
createColumnsFromKeys
api.enabled
true
api.createColumnsFromKeys
false