Developer API
Access powerful tools through our secure RESTful API. Manage endpoints, authenticate with OAuth 2.0, and integrate with our platform using modern web standards.
Authentication
curl -X POST "https://ΜΑΖΝΓΔΜ/api/auth" \
-H "Content-Type: application/json" \
-d '{"client_id":"YOUR_ID","secret":"YOUR_SECRET"}'
Endpoints
GET /api/v1/data
Fetch user data with pagination
POST /api/v1/submit
Submit transactional data
Rate Limits
- • Unlimited for authenticated APIs
- • 100 requests/minute for public APIs