Accounts API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo4LCJleHAiOjE3NzIyMTE0NzF9.L5YXQ4zc8MofCsopvSmLKLaQmqtdQvSmBGAAlKTA_Z0
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/502f5ee6-13fd-11f1-94d1-cacc5eb17c13

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"ae1cf28a117c64848050dd91a2193e47"
cache-control: max-age=0, private, must-revalidate
x-request-id: 16390d48-fa52-47ae-9903-2694a3aada7a
x-runtime: 0.007072
content-length: 379

Status

200 OK

Body

{
  "data": {
    "id": "502f5ee6-13fd-11f1-94d1-cacc5eb17c13",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/502f5ee6-13fd-11f1-94d1-cacc5eb17c13"
    },
    "attributes": {
      "name": "account79",
      "balance": "0.0",
      "min-balance": "0.0",
      "max-balance": "0.0",
      "destination-rate-limit": "0.3444",
      "origination-capacity": null,
      "termination-capacity": null,
      "total-capacity": null
    }
  }
}