Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyNSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0Mn0.CGDKxWwNsqOrxTpY8EtV4XpXI64Xxb0eLOlOmpk05EU 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: 74fd2569-3e7e-45e2-8102-cdefe0274897 X-Runtime: 0.007517 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" } } }