Response
201
Created
curl --request POST \
--url https://{FUSION HOST}/api/session
An operation to login a user and generate a JWT token which is returned in id cookie.
curl --request POST \
--url https://{FUSION HOST}/api/session
Created
Was this page helpful?