Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI0MiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTQwNH0.KhKvAQCbo5rUjuZHi0Ji8MeLWZ9B7JBv4wDgxn06pkU 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: 304da45b-563d-489e-986f-16870dba7bc0 x-runtime: 0.004701 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"
}
}
}