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:
GET /api/rest/customer/v1/accounts/066cf8c0-f6c8-11ef-b447-0242ac120003
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
200 OK
{
"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
}
}
}