Docs/Public API/OpenAPI

OpenAPI

Import the public Loyfin HTTP surface into Postman or another OpenAPI-compatible tool.

Spec URL#

Use this as the import source for HTTP tooling.

OpenAPIplaintext
https://api.loyfin.com/openapi.json

Local development serves the same document at http://127.0.0.1:8788/openapi.json. The spec covers the public integration surface for signed operations, receipts, issuer aggregates, tokens, transfers, health, and status.

Postman#

  • In Postman, choose Import, paste the OpenAPI URL, and create a collection.
  • Set the base URL to production or local depending on your environment.
  • Use the request examples in Issuances API and Redemptions API for signed payload shape.

Scope#

This is an HTTP artifact, not an SDK. It is intended for backend teams that want a shareable collection, contract tests, generated internal clients, or quick sandbox exploration without waiting for a Loyfin-maintained SDK.