cURL
curl --request GET \ --url https://backend.anglera.com/tabs \ --header 'X-Anglera-API-Key: <api-key>'
{ "sheet_id": "<string>", "tabs": [ { "id": 123, "name": "<string>", "position": 123 } ] }
Returns all tabs for a given sheet
curl "https://backend.anglera.com/tabs?sheet_id=100" \ -H "X-Anglera-API-Key: your_api_key"
Show Tab object
{ "sheet_id": "100", "tabs": [ { "id": 1, "name": "Sheet 1", "position": 10 }, { "id": 42, "name": "Batch 2026-03-04", "position": 20 } ] }
400
sheet_id
401
404
500