Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo0OCwiZXhwIjoxNzY3MzU4MDM2fQ.MYNv4-lXcMIR7yjEadXTxnF71eyoJbArZBu-f2tOJEo Host: example.org Cookie:
GET /api/rest/customer/v1/outgoing-numberlists/21
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/"da9edc6e5d57b34ca215e8d3caa01351" cache-control: max-age=0, private, must-revalidate x-request-id: b120950c-94fd-4015-961d-8edbee8d28d7 x-runtime: 0.006867 content-length: 196
200 OK
{
"data": {
"id": "21",
"type": "outgoing-numberlists",
"links": {
"self": "http://example.org/api/rest/customer/v1/outgoing-numberlists/21"
},
"attributes": {
"name": "test",
"default-action-id": 1,
"mode-id": 1
}
}
}