Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NSwiZXhwIjoxNzg0MzgwODU3fQ.1h0RrdvCZdhAsX0JOc94DHm0MQdEKHCNOsNt3cfPtpg Host: example.org Cookie:
GET /api/rest/customer/v1/rateplans/5f869766-82ab-11f1-8bff-7a20efe65af3
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/"d8a2a74730bbfaa33b7bac6a39ff5ef0" cache-control: max-age=0, private, must-revalidate x-request-id: d177b834-3be7-4455-99c1-d57fd120780c x-runtime: 0.007365 content-length: 214
200 OK
{
"data": {
"id": "5f869766-82ab-11f1-8bff-7a20efe65af3",
"type": "rateplans",
"links": {
"self": "http://example.org/api/rest/customer/v1/rateplans/5f869766-82ab-11f1-8bff-7a20efe65af3"
},
"attributes": {
"name": "rateplan26"
}
}
}