Retrieves saved session information. The request passes in the authorization key from a registersession call as X-API-KEY. The endpoint returns the session ID in the X-SID-TOKEN header. The tenant API key is also returned under the X-TENANT-TOKEN header.
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
Tenant name
User ID of the logged-in user
Full name of the logged-in user
OK
curl --request GET \--url https://idd_url/idd/api/v2/admin/services/sessioninfo \--header 'X-API-Key: 123'