CheckRate API

get rates for number

POST /api/rest/customer/v1/check-rate

Parameters

Name Description
data[type] Resource type (check-rates)
data[attributes][rateplan-id] Rateplan id
data[attributes][number] Number

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoyMywiZXhwIjoxNzcyMjExNDczfQ.eApQJFaizIbJOnxeElSMbI5UC0hWySwQFPR4cX4Hsk0
Host: example.org
Cookie: 

Route

POST /api/rest/customer/v1/check-rate

Body

{"data":{"type":"check-rates","attributes":{"rateplan-id":"50fbca3a-13fd-11f1-9d76-cacc5eb17c13","number":"44444444"}}}

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
location: http://example.org/api/rest/customer/v1/check-rates
vary: Accept
etag: W/"38941a38f41cd8cd70585f3d1c6021b4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 757b1e41-a1be-47d7-a4ed-499ad898ca93
x-runtime: 0.011103
content-length: 573

Status

201 Created

Body

{
  "data": {
    "id": "96f2eea7-e978-47cf-aae8-60ff9d72a7db",
    "type": "check-rates",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/check-rates"
    },
    "attributes": {
      "rateplan-id": "50fbca3a-13fd-11f1-9d76-cacc5eb17c13",
      "number": "44444444",
      "rates": [
        {
          "prefix": "444",
          "initial_rate": "0.0",
          "initial_interval": 60,
          "next_rate": "0.0",
          "next_interval": 60,
          "connect_fee": "0.0",
          "reject_calls": false,
          "valid_from": "2026-02-26T16:56:53.263Z",
          "valid_till": "2026-02-28T16:56:53.263Z",
          "network_prefix_id": 241998,
          "routing_tag_names": [
            "ua_cli",
            "us_cli"
          ],
          "id": "510e791e-13fd-11f1-9d76-cacc5eb17c13"
        }
      ]
    }
  }
}