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.eyJzdWIiOjIzNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMX0.0iRsQmz1O-QVUtg4VoaGhXB5f-7T9FQQPcqfu6hgQZw
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: 62fef29f-095f-4b58-bb07-1036006dd2c0
x-runtime: 0.005747
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"
    }
  }
}