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.eyJzdWIiOjEwMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.s831ZawVb1-O-xT0BLA9GdB-6zBeYtwVQcJAroY8Sis
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-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"1682a9388169eb5521491e21f4e08b9a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 5636474f-4edb-4207-ac2c-205490f5fdfb
X-Runtime: 0.007723
Content-Length: 388

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"
        },
        "data": {
          "type": "contractors",
          "id": "53"
        }
      }
    }
  }
}