Invoice Terminated Networks API

get specific entry

GET /api/rest/admin/invoice-terminated-networks/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0NCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczOX0.s4M-MXUY9UyjenvKn03oF65NPhWNcPGk0a_9Mkx2Sl0
Host: example.org
Cookie: 

Route

GET /api/rest/admin/invoice-terminated-networks/3

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/"4688d13cb7ca5afb3b888dcced4613a5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 93d4a274-dcbb-4f38-8cb5-e75d54c3d872
x-runtime: 0.005626
content-length: 951

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "invoice-terminated-networks",
    "links": {
      "self": "http://example.org/api/rest/admin/invoice-terminated-networks/3"
    },
    "attributes": {
      "amount": null,
      "billing-duration": null,
      "calls-count": null,
      "calls-duration": null,
      "first-call-at": null,
      "last-call-at": null,
      "rate": null,
      "spent": false,
      "successful-calls-count": null
    },
    "relationships": {
      "invoice": {
        "links": {
          "self": "http://example.org/api/rest/admin/invoice-terminated-networks/3/relationships/invoice",
          "related": "http://example.org/api/rest/admin/invoice-terminated-networks/3/invoice"
        }
      },
      "country": {
        "links": {
          "self": "http://example.org/api/rest/admin/invoice-terminated-networks/3/relationships/country",
          "related": "http://example.org/api/rest/admin/invoice-terminated-networks/3/country"
        }
      },
      "network": {
        "links": {
          "self": "http://example.org/api/rest/admin/invoice-terminated-networks/3/relationships/network",
          "related": "http://example.org/api/rest/admin/invoice-terminated-networks/3/network"
        }
      }
    }
  }
}