Invoice Terminated Networks API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzMywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNH0.Pe3sz-DSEe3fa9U6dp4bPx-6W_TWVSU99X7hWbCFOdA
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: a702deb9-de71-4ed8-bc58-980b8df17e62
X-Runtime: 0.008203
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"
        }
      }
    }
  }
}