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.eyJzdWIiOjgsImF1ZCI6WyJjdXN0b21lci12MSJdLCJleHAiOjE3MTAyNTQyMDB9.5i29H35EpdlSxX4QZOZRpu6PFnC2ySI87UxHlLBdA1Q
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/accounts/cc66e5a2-e07d-11ee-bf85-0242ac120003

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"78116144d01d20cff23faed5d592c5f0"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7c3df6f5-73b8-439f-91f4-0e332932a364
X-Runtime: 0.010727
Content-Length: 370

Status

200 OK

Body

{
  "data": {
    "id": "cc66e5a2-e07d-11ee-bf85-0242ac120003",
    "type": "accounts",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/accounts/cc66e5a2-e07d-11ee-bf85-0242ac120003"
    },
    "attributes": {
      "name": "account44",
      "balance": "0.0",
      "min-balance": "0.0",
      "max-balance": "0.0",
      "destination-rate-limit": "0.3444",
      "origination-capacity": 1,
      "termination-capacity": 2,
      "total-capacity": 5
    }
  }
}