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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NSwiZXhwIjoxNzgxMjc4ODY5fQ.gAx10LqpNmQQQ6w3EpUEmwAqVvJTr1PC8pmr7wV32QM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/fe2f7674-6674-11f1-9edb-da575d109341

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/"53cfc13d158a4c196f5a8ead761b049b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 399fe16b-76a5-44c8-b4df-9c7927c562ba
x-runtime: 0.005981
content-length: 214

Status

200 OK

Body

{
  "data": {
    "id": "fe2f7674-6674-11f1-9edb-da575d109341",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/fe2f7674-6674-11f1-9edb-da575d109341"
    },
    "attributes": {
      "name": "rateplan26"
    }
  }
}