Skip to content

Instantly share code, notes, and snippets.

@devotdev
Last active August 2, 2024 07:56
Show Gist options
  • Select an option

  • Save devotdev/a4ec9e9873001a7767cfef585e906d6f to your computer and use it in GitHub Desktop.

Select an option

Save devotdev/a4ec9e9873001a7767cfef585e906d6f to your computer and use it in GitHub Desktop.
GET Account by ID - net positive status
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