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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NSwiZXhwIjoxNzg2MzU5NzYzfQ.KqrYvJVEuXEiH25YEz91DuMbLKjDP8Fc9BhQnywShnM
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/df233d42-94aa-11f1-9684-4e29394502aa

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/"fb6bce339cb14f0e934e95c2507c487a"
cache-control: max-age=0, private, must-revalidate
x-request-id: f10cad82-6c0c-47d5-ac0f-0445df61b53b
x-runtime: 0.006603
content-length: 214

Status

200 OK

Body

{
  "data": {
    "id": "df233d42-94aa-11f1-9684-4e29394502aa",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/df233d42-94aa-11f1-9684-4e29394502aa"
    },
    "attributes": {
      "name": "rateplan26"
    }
  }
}