Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjMsInN1YiI6MjEyfQ.K0og5Y8dTpKblCynWGRLuVOZsrDqkAvNmNIATNaa42Y 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-Download-Options: noopen 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: 9eee56da-bede-4fda-8e86-70608a6c7da3 X-Runtime: 0.010689 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" } } }