Skip to main content
This is an example section for showcasing API endpoints. You can customize your implementation to fit your needs.

Welcome

Welcome to Maneki’s Official API documentation. Here you can find all the information you need to get started with our API.

Fiscal Host Endpoints

View the API reference for the Fiscal Host Endpoints.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]