FQDN Connections

Retrieve an FQDN authentication

Retrieves the details of an existing FQDN authentication strategy for a specific FQDN connection.

get/fqdn_connections/{fqdn_connection_id}/fqdn_authentication

Path parameters

fqdn_connection_idstring required

The ID of the FQDN connection.

Response

Successful response with details about the FQDN authentication.

Example response

{
  "data": {
    "id": "1293384261075731499",
    "record_type": "fqdn_authentication",
    "connection_id": "1293384261075731499"
  }
}

Changes

Changed in 1 of the 99 revisions of this API.1

Of the 99 revisions, 1 has no diff computed.