Session refresh methods API

get specific entry

GET /api/rest/admin/session-refresh-methods/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI0MSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0M30.FdRjoiznqDEdvzvQhstHw0oJoNVSaDkcpekX1UVH0WU
Host: example.org
Cookie: 

Route

GET /api/rest/admin/session-refresh-methods/1

Response

Headers

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: 29913ac5-ea86-4a07-94fe-54d10bc0d301
x-runtime: 0.004806
content-length: 179

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "session-refresh-methods",
    "links": {
      "self": "http://example.org/api/rest/admin/session-refresh-methods/1"
    },
    "attributes": {
      "name": "Invite",
      "value": "INVITE"
    }
  }
}