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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo4LCJleHAiOjE3ODEyNzg4NjV9.14NgcLUTEa0tV70Pzov9Jf36eLVCR3kPxXIi-r_uY2s
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/fc0e9f8c-6674-11f1-acc1-da575d109341

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/"51149d48afd8375cc15f591a191e7040"
cache-control: max-age=0, private, must-revalidate
x-request-id: 85e4ae5e-9ed9-46db-9556-3dfe0043ded0
x-runtime: 0.006847
content-length: 396

Status

200 OK

Body

{
  "data": {
    "id": "fc0e9f8c-6674-11f1-acc1-da575d109341",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/fc0e9f8c-6674-11f1-acc1-da575d109341"
    },
    "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"
    }
  }
}