Python
import requests url = "https://{FUSION HOST}/api/session" response = requests.post(url) print(response.json())
Validate the user credentials and generate a JWT token, which is returned in an id cookie.
id
Created
Was this page helpful?