Invoice Terminated Destinations API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEzMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNH0.n3_qxEhYMXgP06IA7aibSr4bKVXpCu-Wpfz9R8FC0mQ
Host: example.org
Cookie: 

Route

GET /api/rest/admin/invoice-terminated-destinations/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/"5385c227ef5bf8a61a35519fffb833e3"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: aa038b1d-f4ea-4242-9891-6ceb0dad1014
X-Runtime: 0.007516
Content-Length: 1001

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "invoice-terminated-destinations",
    "links": {
      "self": "http://example.org/api/rest/admin/invoice-terminated-destinations/3"
    },
    "attributes": {
      "amount": null,
      "billing-duration": null,
      "calls-count": null,
      "calls-duration": null,
      "dst-prefix": 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-destinations/3/relationships/invoice",
          "related": "http://example.org/api/rest/admin/invoice-terminated-destinations/3/invoice"
        }
      },
      "country": {
        "links": {
          "self": "http://example.org/api/rest/admin/invoice-terminated-destinations/3/relationships/country",
          "related": "http://example.org/api/rest/admin/invoice-terminated-destinations/3/country"
        }
      },
      "network": {
        "links": {
          "self": "http://example.org/api/rest/admin/invoice-terminated-destinations/3/relationships/network",
          "related": "http://example.org/api/rest/admin/invoice-terminated-destinations/3/network"
        }
      }
    }
  }
}