Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczN30.sMFE0HRgPuNKd2hAbq0Tbh2UgfyVkG2v70T_Em4KpOU Host: example.org Cookie:
GET /api/rest/admin/dtmf-send-modes/0
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/"d4152e22a05359a0903052f6836ffd2a" cache-control: max-age=0, private, must-revalidate x-request-id: 8957e1ba-8856-4edd-b3bb-7d98286a214c x-runtime: 0.013614 content-length: 155
200 OK
{
"data": {
"id": "0",
"type": "dtmf-send-modes",
"links": {
"self": "http://example.org/api/rest/admin/dtmf-send-modes/0"
},
"attributes": {
"name": "Disable sending"
}
}
}