Rateplans API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM1LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjAzfQ.sQ1Px4VdU58rkCiINl5dk-WG6ZLbFcLEOgp_2h0jY-8
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/ce7d6d5c-e07d-11ee-bf85-0242ac120003

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/"5bb0250aec8adf2e9f9317c4816e56d8"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 2e4004f9-9ebd-4da4-ac3a-6ad62f950a1b
X-Runtime: 0.006845
Content-Length: 214

Status

200 OK

Body

{
  "data": {
    "id": "ce7d6d5c-e07d-11ee-bf85-0242ac120003",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/ce7d6d5c-e07d-11ee-bf85-0242ac120003"
    },
    "attributes": {
      "name": "rateplan17"
    }
  }
}