This REST API offers the following endpoints:
Note: all request require a HTTP Reader parameter of:
Bearer: abcdefghijklmnopqrst...uvwxyz where this string is a JWT token.
- GET http://172.16.0.51:8080/customerrest/api/customer/findAll
- GET http://172.16.0.51:8080/customerrest/api/customer/findById/{id}