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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo4LCJleHAiOjE3ODQzODA4NTJ9.Ow5FHB61UHvxP2yM5ADJkUtYUGmkUegLT8cOgTxig0I
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/5c8dcdd6-82ab-11f1-85fd-7a20efe65af3

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/"38cd047f833912cf6397e7b93790151c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3a861cb4-f75b-409c-b7da-6e7733388865
x-runtime: 0.008298
content-length: 396

Status

200 OK

Body

{
  "data": {
    "id": "5c8dcdd6-82ab-11f1-85fd-7a20efe65af3",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/5c8dcdd6-82ab-11f1-85fd-7a20efe65af3"
    },
    "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"
    }
  }
}