Mutero Public REST API
Full REST API specification for programmatic access to Virtual Fiscal Devices, receipt signing, tax mappings, and invoice management.
REST API Base Endpoint
All endpoints require JSON payloads over HTTPS. Pass your Bearer API key in the Authorization header.
Base URL
Production Base Endpointbash
https://www.mutero.online/api/v1Authentication
All API requests require a HTTP Authorization header with a valid Bearer token generated from your Mutero Dashboard.
Authorization Header Formathttp
Authorization: Bearer YOUR_MUTERO_API_KEYRate Limits & Reliability
Standard API keys allow up to 100 requests per minute and 1,000 requests per hour (configurable via VFD_API_RATE_LIMIT_PER_MINUTE / VFD_API_RATE_LIMIT_PER_HOUR). Exceeded limits return HTTP 429 with a Retry-After header. Auth endpoints (login, register, password reset) have separate tighter limits.