Skip to main content
GET
/
links
/
check
Check links
import requests

url = "https://{FUSION HOST}/api/links/check"

response = requests.get(url)

print(response.json())
true

Query Parameters

subject
string

Subject to check links for.

object
string

Object to check links for.

Link type to check.

Response

200 - */*

successful operation

The response is of type boolean.