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.eyJzdWIiOjIyOSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3Mn0.EPnVR7A1FFIsguW8QBVQgiZoO757CmwFMvhHCrmPEG4
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: a2c32e15-406a-4251-ac9b-490b5776e31d
x-runtime: 0.005870
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"
    }
  }
}