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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo4LCJleHAiOjE3ODYzNTk3NTl9.Dw2bNWPHRFwpALEq9Xc_7hnryJegnI7jVXQzSLDyljI
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/dca82fb4-94aa-11f1-9684-4e29394502aa

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/"b043d30c72b65d5dbc412065a7b8936d"
cache-control: max-age=0, private, must-revalidate
x-request-id: e178f012-ac7f-4ed6-b8e3-47724ed53e51
x-runtime: 0.007100
content-length: 396

Status

200 OK

Body

{
  "data": {
    "id": "dca82fb4-94aa-11f1-9684-4e29394502aa",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/dca82fb4-94aa-11f1-9684-4e29394502aa"
    },
    "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"
    }
  }
}