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