🚀 Card Payment is live! Learn more
cURL
curl --request PATCH \ --url https://nini.monieswitch.com/terminal/info \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data null
{ "status": true, "message": "Terminal successfully updated." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Update Terminal - Successful
The response is of type object.
object