Client Data Dashboard
Visualizing JSON data received from your API endpoint.
No data yet
Send a POST request with your JSON data to start harvesting.
Endpoint: /api/harvest
Example with curl (single object): curl -X POST -H "Content-Type: application/json" -d '{"client_cnpj":"48668647000112","client_phone":"48998210477","submitted_at":"2025-11-26T13:14:08.334Z","form_mode":"test","form_category":2,"customer_type":"PJ"}' https://studio--studio-8490793016-6c37e.us-central1.hosted.app/api/harvest
Example with curl (array of objects): curl -X POST -H "Content-Type: application/json" -d '[{"client_cnpj":"11223344000155","client_phone":"11999998888","submitted_at":"2025-12-01T10:00:00.000Z","form_mode":"live","form_category":1,"customer_type":"PJ"}]' https://studio--studio-8490793016-6c37e.us-central1.hosted.app/api/harvest