Skip to main content
POST
/
api
Set an initial admin password
import requests

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

payload = {}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())

Body

application/json · object
{key}
string

Response

Initial password set