Gets the current information for a registered provider.
Tenant name
Name of the provider
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/config/provider \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"provider": "congaai",3"providerUrl": "https://www.conga.com/ai/platform-api",4"useIchronos": true,5"providerSpecific": {6"version": "v1"7}8}