Networks API

get specific entry

GET /api/rest/customer/v1/networks/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjMxLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAzfQ.4TMRp5L1x3GMVovz43BjChUHnce2kevcjroe7NluXA8
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c

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/"7bf0eff697ecc1493d5362170b0e646a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 409d6b04-cbbb-47ca-beaf-cb705852fe59
X-Runtime: 0.006506
Content-Length: 493

Status

200 OK

Body

{
  "data": {
    "id": "d094def7-52f7-11ea-a7a7-525400429a0c",
    "type": "networks",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c"
    },
    "attributes": {
      "name": "UNITED STATES"
    },
    "relationships": {
      "network-type": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c/relationships/network-type",
          "related": "http://example.org/api/rest/customer/v1/networks/d094def7-52f7-11ea-a7a7-525400429a0c/network-type"
        }
      }
    }
  }
}