Gateway groups API

get specific entry

GET /api/rest/admin/gateway-groups/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzEsInN1YiI6MTA1fQ.-3GUZJDgOFTyzcTZkBDtFmDuA_VkCKSasnS87382LHc
Host: example.org
Cookie: 

Route

GET /api/rest/admin/gateway-groups/16

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/"92afbe437994e03abde732c20eb51304"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 6dfc72f9-bb59-44f0-9259-635a18df3a83
X-Runtime: 0.010248
Content-Length: 348

Status

200 OK

Body

{
  "data": {
    "id": "16",
    "type": "gateway-groups",
    "links": {
      "self": "http://example.org/api/rest/admin/gateway-groups/16"
    },
    "attributes": {
      "name": "gateway_group_14"
    },
    "relationships": {
      "vendor": {
        "links": {
          "self": "http://example.org/api/rest/admin/gateway-groups/16/relationships/vendor",
          "related": "http://example.org/api/rest/admin/gateway-groups/16/vendor"
        }
      }
    }
  }
}