Accounts API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjgsImF1ZCI6WyJjdXN0b21lci12MSJdLCJleHAiOjE3NDA4NTI1MDN9.OU4o8ir-vhd2iOv7O_VYHlMtsM84b14GMeU9yjst8bE
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/066cf8c0-f6c8-11ef-b447-0242ac120003

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/"3324ca8aa34b8e773f3e75d5e02aa5c6"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 2f871db0-7725-4890-b771-b0f760d77a9f
X-Runtime: 0.009999
Content-Length: 379

Status

200 OK

Body

{
  "data": {
    "id": "066cf8c0-f6c8-11ef-b447-0242ac120003",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/066cf8c0-f6c8-11ef-b447-0242ac120003"
    },
    "attributes": {
      "name": "account68",
      "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
    }
  }
}