Customer Auths API

get specific entry

GET /api/rest/admin/customers-auths/:id

Request

Headers

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

Route

GET /api/rest/admin/customers-auths/20086

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/"7cea45c423e3d43c8ecfa75645733038"
cache-control: max-age=0, private, must-revalidate
x-request-id: f26392d4-6531-43e8-8d3d-4de8aaed9834
x-runtime: 0.006390
content-length: 3637

Status

200 OK

Body

{
  "data": {
    "id": "20086",
    "type": "customers-auths",
    "links": {
      "self": "http://example.org/api/rest/admin/customers-auths/20086"
    },
    "attributes": {
      "name": "customers_auth_3",
      "transport-protocol-id": null,
      "ip": [
        "127.0.0.0/8"
      ],
      "enabled": true,
      "reject-calls": false,
      "src-rewrite-rule": null,
      "src-rewrite-result": null,
      "dst-rewrite-rule": null,
      "dst-rewrite-result": null,
      "src-prefix": [
        ""
      ],
      "src-number-min-length": 0,
      "src-number-max-length": 100,
      "dst-prefix": [
        ""
      ],
      "dst-number-min-length": 0,
      "dst-number-max-length": 100,
      "x-yeti-auth": [

      ],
      "capacity": null,
      "cps-limit": null,
      "uri-domain": [

      ],
      "src-name-rewrite-rule": null,
      "src-name-rewrite-result": null,
      "diversion-policy-id": 1,
      "diversion-rewrite-rule": null,
      "diversion-rewrite-result": null,
      "allow-receive-rate-limit": false,
      "send-billing-information": false,
      "enable-audio-recording": false,
      "src-number-radius-rewrite-rule": null,
      "src-number-radius-rewrite-result": null,
      "dst-number-radius-rewrite-rule": null,
      "dst-number-radius-rewrite-result": null,
      "check-account-balance": true,
      "require-incoming-auth": false,
      "from-domain": [

      ],
      "to-domain": [

      ],
      "tag-action-value": [

      ],
      "external-id": 3,
      "external-type": "type3",
      "dump-level-id": 1,
      "variables": {
        "customer_auth_var1": "v"
      }
    },
    "relationships": {
      "customer": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/customer",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/customer"
        },
        "data": {
          "type": "contractors",
          "id": "36"
        }
      },
      "rateplan": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/rateplan",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/rateplan"
        },
        "data": {
          "type": "rateplans",
          "id": "16"
        }
      },
      "routing-plan": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/routing-plan",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/routing-plan"
        },
        "data": {
          "type": "routing-plans",
          "id": "3"
        }
      },
      "gateway": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/gateway",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/gateway"
        },
        "data": {
          "type": "gateways",
          "id": "18"
        }
      },
      "account": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/account",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/account"
        },
        "data": {
          "type": "accounts",
          "id": "40"
        }
      },
      "pop": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/pop",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/pop"
        },
        "data": null
      },
      "dst-numberlist": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/dst-numberlist",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/dst-numberlist"
        },
        "data": null
      },
      "src-numberlist": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/src-numberlist",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/src-numberlist"
        },
        "data": null
      },
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/tag-action"
        },
        "data": null
      },
      "radius-auth-profile": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/radius-auth-profile",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/radius-auth-profile"
        },
        "data": null
      },
      "radius-accounting-profile": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/radius-accounting-profile",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/radius-accounting-profile"
        },
        "data": null
      }
    }
  }
}