-
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
GET STARTED
API - Admin API - How To
This outlines the information and steps that are needed when wanting to make use of the swiftpos Admin API.
The content is targeted at Resellers and swiftpos Venue Administrators who have a sound knowledge of and experience with swiftpos. For further information or assistance, please contact your swiftpos Reseller or swiftpos Support.
Steps To Follow ▼
- What Is It?
- What Is Required?
- Obtain an Integrator ID
- Configure Venue Manager
- Obtain An Authorisation Token
- What To Consider?
- Test Using Swagger?
What To Consider? ▲ ▼
URLs ▲ ▼
The URLs for the swiftpos Admin API are:
- For Test - https://api-test.swiftpos.com.au
- For Production - https://api.swiftpos.com.au
The URLs to test swiftpos Admin API using Swagger are:
- For Test - https://api-test.swiftpos.com.au/swagger/
- For Production - https://api.swiftpos.com.au/swagger/
Refer HERE for more information.
Http Header Change ▲ ▼
If previously the Local WebAPI was being used the the following will need to be considered:
- The HTTP Header Key name will need to be changed from ApiKey to AuthorizationToken.
API Call Change ▲ ▼
An API call must now include the URL above. For example:
- A current API call using the local WebAPI may look something like this:
http://127.0.0.1/WebAPI/api/Product
- Based on the above, the same call using the swiftpos Admin API will then look like this:
https://api.swiftpos.com.au/api/Product
End of article. ▲