Definition
MyPOS Devices REST API allows you to fetch a list of activated POS devices. Each POS devices has a unique identification number associated with it, which can be used to fetch details for that particular device as well as transactions. The API also allows to fetch all transactions made on POS devices.
REST API is a set of REST (Representational State Transfer) rules that allow two software systems (where one is the service provider or resource, and the other is the service consumer or client) to communicate with each other over simple HTTP requests.
Version
The latest version of the API is 1.0
Resources
Production
API base URL: https://devices-api.mypos.com
oAuth base URL: https://auth-api.mypos.com
The Client ID and Client Secret must be generated from your myPOS Account
Sandbox
API Base URL: https://sandbox-devices-api.mypos.com
oAuth Base URL: https://sandbox-auth-api.mypos.com
Client ID: MP_DEVICES_API_CLIENT
Client Secret: cEB9i0bIW2hhMkPWmafTAVdGVjZb0sCM
Other
Authentication
Endpoints