Get Terminal Lists
Get all active terminal lists for specific organation
Endpoint | : |
https://demo-api.frontpayment.no/api/v1/connect/terminal/lists/{{ORGANIZATION_UUID}}
|
Method | : | GET |
Authorization | : | Bearer |
Response Structure | : |
//Success {
"status_code": 200, "status_message": "OK", "message": "terminalsRetrievedSuccessfully", "is_data": true, "data": [ { "uuid": String, "name": String, "status": Integer, "organization_uuid": String } ] } // Errors { |
Example Response | : |
|