Python
import requests url = "https://{FUSION HOST}/api/api-key" response = requests.get(url) print(response.json())
[ { "name": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "key": "<string>", "roles": [ "<string>" ], "disabled": true } ]
Deleted keys are filtered
OK
Was this page helpful?