Customer Auths API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MjgsInN1YiI6NTZ9.C0X6zCD2EdL_pAxqNL9RkqvMEJ8Xqu-WnLLUbvZUUBk
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-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"67eb4682838444188d59812477a6da03"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0c3af4b4-ef1a-439a-8eee-1fa63f71ea48
X-Runtime: 0.011436
Content-Length: 3710

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",
      "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-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": null,
      "external-type": null,
      "dump-level-id": 1
    },
    "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "diversion-policy": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/diversion-policy",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/diversion-policy"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "transport-protocol": {
        "links": {
          "self": "http://example.org/api/rest/admin/customers-auths/20086/relationships/transport-protocol",
          "related": "http://example.org/api/rest/admin/customers-auths/20086/transport-protocol"
        }
      }
    }
  }
}