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