This method will get the sso link with a token - set query parameter durableJwt=1 to get a long-lasting token without the option to login as the user
GET
/api/sessions/{serviceName}/sso
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/sessions/{serviceName}/sso' \
--header "x-session-token: $API_KEY"
Response examples (200)
{}