Skip to main content
GET
/
api
/
api-key
/
{id}
Fetch the API key with specific ID
import requests

url = "https://{FUSION HOST}/api/api-key/{id}"

response = requests.get(url)

print(response.json())

Response

404

Key ID not found.