Tenable Security Center API: Linking Keys

/linking-keys

Methods

GET

Gets the linking keys used for linking other products to SC.  Only Administrator can access this endpoint.

Fields Parameter
Expand

No allowed fields

Example Response
Expand

{
    "type": "regular",
    "response": {
        "ProductLinkingKey": "fba1c4485e6f408370a87b9092603fb368324d7910aea91c2e08406fb8528297"
    },
    "error_code": 0,
    "error_msg": "",
    "warnings": [],
    "timestamp": 1727368494
}

/linking-keys/regenerate

Methods

POST

Regenerate the specified linking keys

Request Parameters
Expand
{
	"ProductLinkingKey": true
}
Example Response
Expand

{
    "type": "regular",
    "response": {
        "ProductLinkingKey": "6d20cdbac892fc20375ba095b22a069e41b20686cb7f80cd63b5d721551d3999"
    },
    "error_code": 0,
    "error_msg": "",
    "warnings": [],
    "timestamp": 1727368777
}