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": {
"connection_id": "1293384261075731499",
"id": "1293384261075731499",
"record_type": "fqdn_authentication"
}
}