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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo4LCJleHAiOjE3ODM2MDU3NzR9.OoKS3QhRUtTHO3ty14tC88DRhiYdyiImua3Fuk9o2j4
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/bd877768-7b9e-11f1-8a6b-468cd98cca8c

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/"aa7c50c2e9bfb22859b5a432400de269"
cache-control: max-age=0, private, must-revalidate
x-request-id: 38fd493a-42ac-4407-89cd-94156f6271d6
x-runtime: 0.008031
content-length: 396

Status

200 OK

Body

{
  "data": {
    "id": "bd877768-7b9e-11f1-8a6b-468cd98cca8c",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/bd877768-7b9e-11f1-8a6b-468cd98cca8c"
    },
    "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,
      "currency": "USD"
    }
  }
}