Filter:
host:api.acme-bank.io6 requests · 2 flagged| # | Method | URL | Status | Length |
|---|---|---|---|---|
| 1 | GET | /v1/accounts/9821/statements | 200 | 4821 |
| 2 | GET | ●/v1/accounts/9822/statements | 200 | 4910 |
| 3 | POST | /v1/auth/refresh | 200 | 612 |
| 4 | GET | /v1/admin/users | 403 | 88 |
| 5 | GET | ●/v1/accounts/9823/statements | 200 | 5010 |
| 6 | GET | /static/app.js | 200 | 184213 |
GET /v1/accounts/9822/statements HTTP/2
Host: api.acme-bank.io
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp...
Cookie: sid=8a1c...; theme=dark
User-Agent: Mozilla/5.0 (Burp/2024.7)
Accept: application/json
HTTP/2 200 OK
content-type: application/json
x-account-owner: jane.doe@acme.io
content-length: 4910
{
"account_id": "9822",
"owner": "jane.doe@acme.io",
"balance_usd": 184210.55,
"statements": [ ... 12 items ... ]
}