Last active
August 2, 2024 07:56
-
-
Save devotdev/a4ec9e9873001a7767cfef585e906d6f to your computer and use it in GitHub Desktop.
GET Account by ID - net positive status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP/1.1 200 OK | |
| <html> | |
| <body> | |
| <div>Account number: 12345</div> | |
| <div>Balance: $100.00 USD</div> | |
| <div>Links: | |
| <a href="/accounts/12345/deposits">deposits</a> | |
| <a href="/accounts/12345/withdrawals">withdrawals</a> | |
| <a href="/accounts/12345/transfers">transfers</a> | |
| </div> | |
| <body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment