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.eyJzdWIiOjM2LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA3fQ.MzhLpdsL4pp6QAbQHcsexuthkRuLX3Neg_Jjcb085kg
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/090439fe-f6c8-11ef-b447-0242ac120003

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/"bfdd926fb6b0d32434c9d740440a2a5a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: cedcd923-1ea4-4900-a4fd-6b955e9a0907
X-Runtime: 0.009556
Content-Length: 214

Status

200 OK

Body

{
  "data": {
    "id": "090439fe-f6c8-11ef-b447-0242ac120003",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/090439fe-f6c8-11ef-b447-0242ac120003"
    },
    "attributes": {
      "name": "rateplan18"
    }
  }
}