NetworkPrefixes API

get specific entry

GET /api/rest/customer/v1/network-prefixes/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjozMywiZXhwIjoxNzg2MzU5NzYxfQ.SbNZ4vdAebiYJhAwHRCSpI0cK37TmXy3HiZvvz8HaBY
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/network-prefixes/879015bc-b91d-4856-b302-844198b1d612

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/"69adc5f18b1d645db083009f92a3c7d8"
cache-control: max-age=0, private, must-revalidate
x-request-id: d8895251-0d53-4496-87e3-4b7aab28367b
x-runtime: 0.005675
content-length: 558

Status

200 OK

Body

{
  "data": {
    "id": "879015bc-b91d-4856-b302-844198b1d612",
    "type": "network-prefixes",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/network-prefixes/879015bc-b91d-4856-b302-844198b1d612"
    },
    "attributes": {
      "prefix": "1111111111112",
      "number-min-length": 0,
      "number-max-length": 100
    },
    "relationships": {
      "network": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/network-prefixes/879015bc-b91d-4856-b302-844198b1d612/relationships/network",
          "related": "http://example.org/api/rest/customer/v1/network-prefixes/879015bc-b91d-4856-b302-844198b1d612/network"
        }
      }
    }
  }
}