- Swiftpos Help Guides
- API
- How To
-
Installers / Links / Releases
-
API
-
Back Office
-
Back Office Cloud
-
Events
-
Events Portal
-
How To
-
KVS
-
Member Portal
-
Notify
-
Oolio Pay
-
Orderaway
-
POS Keys
-
Self Service Kiosk
-
Self Service POS
-
Swiftpos
-
Touch
-
Touchmini
-
Touchmini v2
-
Troubleshooting
-
Venue Hub
-
Venue Manager
-
3rd Party Integrations
- Business Intelligence
- Cash Management
- eCommerce
- Exports / Imports
- Front Office Systems
- Fuel Systems
- Gaming
- General Ledger
- Gift Cards / Promotions / Vouchers
- Membership / Loyalty
- Middleware Applications
- Payment Integrators
- Product Level Blocking
- Reservations
- swiftpos
- Tab Management
- Time & Attendance
- Value Added Services
-
Uncategorized
- API
- Back Office Accounts
- Back Office Administration
- Back Office - Clerks
- Back Office - Inventory
- Back Office - Members
- Back Office - Menus
- Back Office - Products
- Back Office - Services
- Back Office - Suppliers
- Back Office - swiftpos
- Back Office - Terminal Sales
- Back Office - Touch Settings
- Back Office - Vouchers / Discounts
- How To
- KVS
- OrderAway
- Venue Manager
Swagger Testing / Diagnosing
API - How To
Subjects ▼
How Is It Accessed? ▲ ▼
It can be accessed by adding the /Swagger/UI/index suffix to the swiftpos API URL configured. For example, localhost/SwiftAPI/Swagger/UI/index.
How Is It Used? ▲ ▼
Get An API Authorisaction Key
- All SwiftAPI calls require an API authorisation key, ApiKey. To obtain one:
- Select Authorisation and then Get
- Populate the Parameter Values with the correct data and then select the Try it out button to execute the Get call.
- Copy the API Key that is generated. This will be required to be pasted into the Value of the ApiKey Parameter when testing other SwiftAPI calls.
Test API Calls ▲ ▼
- Select the Call to be tested and paste the API Authorisation Key obtained above into the ApiKey parameter and complete the rest of the parameters.
- Select the Try it out button to execute the Get call.
- Scroll up to the top of the section for an explanation of the response code returned.
Notes ...
Single Transaction Sales mode can not be used when Web store ordering or Deposit Media are used.
What Is It? ▲ ▼
Swagger is a testing and diagnostic tool that comes with the swiftpos Admin API.
End of article. ▲