Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 437 Bytes

API_contracts.md

File metadata and controls

17 lines (15 loc) · 437 Bytes

Request URI: /cashcards/{id} HTTP Verb: GET Body: None

Response: HTTP Status: 200 OK if the user is authorized and the Cash Card was successfully retrieved 401 UNAUTHORIZED if the user is unauthenticated or unauthorized 404 NOT FOUND if the user is authenticated and authorized but the Cash Card cannot be found Response Body Type: JSON Example Response Body: { "id": 99, "amount": 123.45 }