Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI0MiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4NDM4MTM5MX0.yJ6PbPthLgH7SNet8UOJbu2-B9JF2ri0NXCqZkzVbEc Host: example.org Cookie:
GET /api/rest/admin/session-refresh-methods/1
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/"be138d6b53733661da0d20cb2a123964" cache-control: max-age=0, private, must-revalidate x-request-id: 3bfa1fc3-d4c8-4614-a98a-edc582c5e55c x-runtime: 0.006921 content-length: 179
200 OK
{
"data": {
"id": "1",
"type": "session-refresh-methods",
"links": {
"self": "http://example.org/api/rest/admin/session-refresh-methods/1"
},
"attributes": {
"name": "Invite",
"value": "INVITE"
}
}
}