6.6. Account Overdrafts Retrieval
6.6.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/overdrafts6.6.1.2. No specific headers
6.6.1.3. No body data
6.6.2. Response
Status code: 200
6.6.2.1. Headers
X-Request-Id: df73371e-5e30-44d4-b6aa-56c2c0e7777f
Keep-Alive: timeout=60
Connection: keep-alive6.6.3. Body
Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.
{
"overdrafts" : { "allowedAmount" : { "amount" : 30000.0, "currency" : "EUR","_links" : { "self" : { "href" : "/v1/accounts/account_rsc1/overdrafts","parent-list" : { "href" : "/v1/accounts","owners" : { "href" : "/v1/accounts/account_rsc1/owners","balances" : { "href" : "/v1/accounts/account_rsc1/balances","transactions" : { "href" : "/v1/accounts/account_rsc1/transactions"
}