Session refresh methods API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjMsInN1YiI6MjEyfQ.K0og5Y8dTpKblCynWGRLuVOZsrDqkAvNmNIATNaa42Y
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-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

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"
    }
  }
}