POST
/
terminal
/
switch
Switch Terminal
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

Switch Terminal - Successful

The response is of type object.