🚀 Card Payment is live! Learn more
curl --request GET \
--url https://nini.monieswitch.com/terminal/info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "28cc1855-2ff4-4a40-9df2-32aefb06eada",
"name": "Lambe 01",
"code": "Terminal 2",
"createdAt": "2024-12-27T15:20:45.828Z",
"wallet": {
"id": "51d7b035-7317-4578-868e-d25eed1b5bf7",
"status": "ACTIVE",
"bankName": "Xpress Wallet",
"accountName": "Neyosoft/Lambe 01",
"accountNumber": "4446474425",
"bookedBalance": 3980,
"availableBalance": 3980
},
"store": {
"id": "9ab67f41-10c9-4f52-adfc-31f460980966",
"name": "Lambe Shop",
"code": "Store 3",
"email": "[email protected]",
"createdAt": "2024-12-27T14:36:09.463Z"
},
"activeAgent": null
}
}
curl --request GET \
--url https://nini.monieswitch.com/terminal/info \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "28cc1855-2ff4-4a40-9df2-32aefb06eada",
"name": "Lambe 01",
"code": "Terminal 2",
"createdAt": "2024-12-27T15:20:45.828Z",
"wallet": {
"id": "51d7b035-7317-4578-868e-d25eed1b5bf7",
"status": "ACTIVE",
"bankName": "Xpress Wallet",
"accountName": "Neyosoft/Lambe 01",
"accountNumber": "4446474425",
"bookedBalance": 3980,
"availableBalance": 3980
},
"store": {
"id": "9ab67f41-10c9-4f52-adfc-31f460980966",
"name": "Lambe Shop",
"code": "Store 3",
"email": "[email protected]",
"createdAt": "2024-12-27T14:36:09.463Z"
},
"activeAgent": null
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Terminal Details - Successful
The response is of type object
.