Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoyNSwiZXhwIjoxNzc2MzY1MjA2fQ.49wk2sIYe4D-ZDhfjx-BO1RvNidBdancg5yhTNnI9C8 Host: example.org Cookie:
GET /api/rest/customer/v1/countries/5
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/"dbf5ad6b2f8ea5197b305fe94776cc0f" cache-control: max-age=0, private, must-revalidate x-request-id: 4fa2121e-7711-42c9-9d2a-91a0931a501f x-runtime: 0.005045 content-length: 153
200 OK
{
"data": {
"id": "5",
"type": "countries",
"links": {
"self": "http://example.org/api/rest/customer/v1/countries/5"
},
"attributes": {
"name": "Andorra",
"iso2": "AD"
}
}
}