🚀 Version 2.0 docs improvement is now live! See our changelog for details.
Learn how to assign terminals to accounts
POST /v1/terminals/assign
curl --request POST \ --url https://api.nomba.com/v1/terminals/assign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'accountId: <accountId>' \ --data '{ "serialNumber": "55555555", "terminalLabel": "Testing" }'
Hide object