cURL
curl --request GET \ --url https://backend.anglera.com/sheets/{id} \ --header 'X-Anglera-API-Key: <api-key>'
{ "sheet_id": "<string>", "sheet_name": "<string>" }
Returns a single sheet by ID
curl "https://backend.anglera.com/sheets/100" \ -H "X-Anglera-API-Key: your_api_key"
{ "sheet_id": "100", "sheet_name": "Kitchen Appliances Q4 2025" }