Rateplans API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NCwiZXhwIjoxNzc2MzY1MjA4fQ.Ji9quukKHTPLgR-EbdUL7egaISBu5h-v0mPilAf6d6o
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/7c1603ec-39c4-11f1-b6d8-82ad38f4dd55

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/"91e84f9327c82c70e20e68d8683e9cae"
cache-control: max-age=0, private, must-revalidate
x-request-id: 35d86bff-84dc-499b-aa60-6b362de81f9b
x-runtime: 0.006339
content-length: 214

Status

200 OK

Body

{
  "data": {
    "id": "7c1603ec-39c4-11f1-b6d8-82ad38f4dd55",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/7c1603ec-39c4-11f1-b6d8-82ad38f4dd55"
    },
    "attributes": {
      "name": "rateplan26"
    }
  }
}