credentialStore REST Endpoints
credentialStore
The operations from the credentialStore category.
- (Preview) Create new credential
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials - (Preview) Delete credentials
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey} - (Preview) Get credential details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey} - (Preview) Get list of credentials
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials - (Preview) Update credentials
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/credentials/{credentialKey}