Tests that the provided settings are valid. Passes the provider token as a bearer token.
Tenant name
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
Request to register a provider
Provider name
Provider URL
Use iChronos
Version
OK
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/config/provider/test \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"provider": "congaai","providerUrl": "https://www.conga.com/ai/platform-api","useIchronos": true,"providerSpecific": {"version": "v1"}}'