Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM4LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA4fQ.p2WaaMMSiJQeTpnTy6cRfT9Pc728-BISCJ5DpqGG2EU Host: example.org Cookie:
GET /api/rest/customer/v1/rates/096ba5ee-f6c8-11ef-b447-0242ac120003
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/"088a4b159f25dad4f83e86846ed9a75f" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: df3dffce-a97e-4894-a590-9d35768ec37e X-Runtime: 0.058221 Content-Length: 424
200 OK
{
"data": {
"id": "096ba5ee-f6c8-11ef-b447-0242ac120003",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/096ba5ee-f6c8-11ef-b447-0242ac120003"
},
"attributes": {
"prefix": "",
"initial-rate": "0.0",
"initial-interval": 60,
"next-rate": "0.0",
"next-interval": 60,
"connect-fee": "0.0",
"reject-calls": false,
"valid-from": "2025-02-28T18:07:28.364Z",
"valid-till": "2025-03-02T18:07:28.364Z",
"network-prefix-id": null
}
}
}