🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/terminal/switch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "terminalId": "00319ac9-ab60-48be-9604-fc62004b0f55" }'
{ "status": true, "message": "You have successfully switched your terminal" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Switch Terminal - Successful
The response is of type object.
object