get specific entry
GET /api/rest/customer/v1/accounts/:id
Request
Headers
Route
GET /api/rest/customer/v1/accounts/aa16d274-a26e-11ef-a008-0242ac120003
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "aa16d274-a26e-11ef-a008-0242ac120003",
"type": "accounts",
"links": {
"self": "http://example.org/api/rest/customer/v1/accounts/aa16d274-a26e-11ef-a008-0242ac120003"
},
"attributes": {
"name": "account66",
"balance": "0.0",
"min-balance": "0.0",
"max-balance": "0.0",
"destination-rate-limit": "0.3444",
"origination-capacity": 1,
"termination-capacity": 2,
"total-capacity": 5
}
}
}