Creates a new session
curl --request POST \ --url http://sandbox.mintlify.com/api/portal/session \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "uniqueUserId": "titouan.launay@hotmail.com", "configuration": { "userDisplay": "Arthur", "returnUrl": "https://example.com" } }'
{ "sessionId": "<string>", "uniqueUserId": "<string>", "configuration": { "userDisplay": "<string>", "returnUrl": "<string>" } }
Unique identifier for the user
Show child attributes
Display name for the user
URL to redirect the user after session creation
The session identifier