Skip to main content
Welcome to the Fungies API. This API lets you programmatically manage your digital commerce operations, from creating products to processing payments and managing customer subscriptions.

Overview

The Fungies API is built on REST principles:
  • Predictable URLs - Resource-oriented endpoints that are easy to understand
  • JSON responses - All responses are returned in JSON format
  • Standard HTTP - Uses conventional HTTP methods (GET, POST, PATCH, DELETE)
  • Secure - All requests must be made over HTTPS

Base URL

All API requests should be made to:
https://api.fungies.io/v0

Request Format

The API accepts JSON-encoded request bodies for POST and PATCH requests. Make sure to set the appropriate content type header:
Content-Type: application/json

Rate Limits

The API implements rate limiting to ensure fair usage. If you exceed the limit, you’ll receive a 429 Too Many Requests response. Wait a moment before retrying.

Working with the API

The Fungies API processes one object per request. Bulk operations are not currently supported, so you’ll need to make separate API calls for each object you want to create or update.

Need Help?

If you have questions or run into issues, reach out to our support team or check out the rest of this documentation for detailed endpoint references.