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.eyJzdWIiOjM1LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzMxNTc4MjI5fQ.CiPOnnig5NvLISyP-R0g6E4aM7_MsSQ_wYV87ZZDybc
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/ac2c8c7a-a26e-11ef-a008-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/"1526d1722d6827758e8998e26e80d96f"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: b340e8b4-8a05-425d-b14e-d3adc2cb6684
X-Runtime: 0.008361
Content-Length: 214

Status

200 OK

Body

{
  "data": {
    "id": "ac2c8c7a-a26e-11ef-a008-0242ac120003",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/ac2c8c7a-a26e-11ef-a008-0242ac120003"
    },
    "attributes": {
      "name": "rateplan17"
    }
  }
}