Quick Start
Quick Start
Section titled “Quick Start”Get up and running with fiskaly in 5 minutes.
Prerequisites
Section titled “Prerequisites”- A fiskaly account
- API key and API secret
- Node.js 24+ installed
Step 1: Get Your Credentials
Section titled “Step 1: Get Your Credentials”- Log in to the fiskaly Hub
- Navigate to Settings → API Keys
- Create a new API key/secret pair
Step 2: Make Your First API Call
Section titled “Step 2: Make Your First API Call”curl -X GET "https://api.fiskaly.com/api/v3/tss" \ -H "Authorization: Bearer YOUR_API_KEY"Step 3: Initialize a TSS
Section titled “Step 3: Initialize a TSS”curl -X POST "https://api.fiskaly.com/api/v3/tss" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "My TSS", "description": "Test TSS" }'Next Steps
Section titled “Next Steps”- Explore the API Reference
- Try the API Console
- Learn about error codes
Was this page helpful?