Accounts API

get specific entry

GET /api/rest/customer/v1/accounts/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjgsImF1ZCI6WyJjdXN0b21lci12MSJdLCJleHAiOjE3MzE1NzgyMjV9.cwDW3eSXoFh29Vw0DzLPVcksdXo0NXunfPo4NTUgRSw
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/aa16d274-a26e-11ef-a008-0242ac120003

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"4c1fe349371e4ad7c614e00de7fc42a5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 111a132a-95fd-40ea-9c2a-33ffcf13aa2a
X-Runtime: 0.009411
Content-Length: 370

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
    }
  }
}