Returns the list of all cloud credentials configured in the system, with support for pagination and provider filtering.
Cloud credentials are used to access external services such as AWS, Azure, GCP, etc. during Spark job execution.
API for managing projects, jobs, datasets, and ETL pipelines on WebRobot.
The API uses API Keys for authentication. Include the X-API-Key header in all requests.
curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials?provider=aws&page=0&pageSize=50' \
-H 'X-API-Key: YOUR_API_KEY_HERE'[ { "id": 0, "name": "string", "description": "string", "provider": "OPENAI", "apiKey": "string", "apiSecret": "string", "organizationId": "string", "projectId": "string", "region": "string", "endpoint": "string", "accessKeyId": "string", "secretAccessKey": "string", "sessionToken": "string", "accountId": "string", "subscriptionId": "string", "resourceGroup": "string", "workspaceName": "string", "huggingFaceToken": "string", "cohereApiKey": "string", "azureAiStudioEndpoint": "string", "mosaicmlApiKey": "string", "replicateApiToken": "string", "twitterBearerToken": "string", "twitterApiKey": "string", "twitterApiSecret": "string", "redditClientId": "string", "redditClientSecret": "string", "redditUserAgent": "string", "facebookAccessToken": "string", "facebookAppId": "string", "facebookAppSecret": "string", "instagramAccessToken": "string", "linkedinAccessToken": "string", "linkedinClientId": "string", "linkedinClientSecret": "string", "tiktokClientKey": "string", "tiktokClientSecret": "string", "youtubeApiKey": "string", "databricksWorkspaceUrl": "string", "databricksAccessToken": "string", "databricksClusterId": "string", "oauthAccessToken": "string", "oauthRefreshToken": "string", "oauthTokenExpiresAt": "2019-08-24T14:15:22Z", "oauthTokenType": "string", "alphavantageApiKey": "string", "polygonApiKey": "string", "twelvedataApiKey": "string", "marketstackAccessKey": "string", "fmpApiKey": "string", "iexcloudToken": "string", "cbondApiKey": "string", "cbondClientId": "string", "cbondClientSecret": "string", "googleSearchApiKey": "string", "googleSearchEngineId": "string", "bingSearchApiKey": "string", "enabled": true } ]
Cloud credential data to create
Provider
curl -i -X POST \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"id": 0,
"name": "string",
"description": "string",
"provider": "OPENAI",
"apiKey": "string",
"apiSecret": "string",
"organizationId": "string",
"projectId": "string",
"region": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"sessionToken": "string",
"accountId": "string",
"subscriptionId": "string",
"resourceGroup": "string",
"workspaceName": "string",
"huggingFaceToken": "string",
"cohereApiKey": "string",
"azureAiStudioEndpoint": "string",
"mosaicmlApiKey": "string",
"replicateApiToken": "string",
"twitterBearerToken": "string",
"twitterApiKey": "string",
"twitterApiSecret": "string",
"redditClientId": "string",
"redditClientSecret": "string",
"redditUserAgent": "string",
"facebookAccessToken": "string",
"facebookAppId": "string",
"facebookAppSecret": "string",
"instagramAccessToken": "string",
"linkedinAccessToken": "string",
"linkedinClientId": "string",
"linkedinClientSecret": "string",
"tiktokClientKey": "string",
"tiktokClientSecret": "string",
"youtubeApiKey": "string",
"databricksWorkspaceUrl": "string",
"databricksAccessToken": "string",
"databricksClusterId": "string",
"oauthAccessToken": "string",
"oauthRefreshToken": "string",
"oauthTokenExpiresAt": "2019-08-24T14:15:22Z",
"oauthTokenType": "string",
"alphavantageApiKey": "string",
"polygonApiKey": "string",
"twelvedataApiKey": "string",
"marketstackAccessKey": "string",
"fmpApiKey": "string",
"iexcloudToken": "string",
"cbondApiKey": "string",
"cbondClientId": "string",
"cbondClientSecret": "string",
"googleSearchApiKey": "string",
"googleSearchEngineId": "string",
"bingSearchApiKey": "string",
"enabled": true
}'{ "id": 0, "name": "string", "description": "string", "provider": "OPENAI", "apiKey": "string", "apiSecret": "string", "organizationId": "string", "projectId": "string", "region": "string", "endpoint": "string", "accessKeyId": "string", "secretAccessKey": "string", "sessionToken": "string", "accountId": "string", "subscriptionId": "string", "resourceGroup": "string", "workspaceName": "string", "huggingFaceToken": "string", "cohereApiKey": "string", "azureAiStudioEndpoint": "string", "mosaicmlApiKey": "string", "replicateApiToken": "string", "twitterBearerToken": "string", "twitterApiKey": "string", "twitterApiSecret": "string", "redditClientId": "string", "redditClientSecret": "string", "redditUserAgent": "string", "facebookAccessToken": "string", "facebookAppId": "string", "facebookAppSecret": "string", "instagramAccessToken": "string", "linkedinAccessToken": "string", "linkedinClientId": "string", "linkedinClientSecret": "string", "tiktokClientKey": "string", "tiktokClientSecret": "string", "youtubeApiKey": "string", "databricksWorkspaceUrl": "string", "databricksAccessToken": "string", "databricksClusterId": "string", "oauthAccessToken": "string", "oauthRefreshToken": "string", "oauthTokenExpiresAt": "2019-08-24T14:15:22Z", "oauthTokenType": "string", "alphavantageApiKey": "string", "polygonApiKey": "string", "twelvedataApiKey": "string", "marketstackAccessKey": "string", "fmpApiKey": "string", "iexcloudToken": "string", "cbondApiKey": "string", "cbondClientId": "string", "cbondClientSecret": "string", "googleSearchApiKey": "string", "googleSearchEngineId": "string", "bingSearchApiKey": "string", "enabled": true }
curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials/id/550e8400-e29b-41d4-a716-446655440000 \
-H 'X-API-Key: YOUR_API_KEY_HERE'{ "id": 0, "name": "string", "description": "string", "provider": "OPENAI", "apiKey": "string", "apiSecret": "string", "organizationId": "string", "projectId": "string", "region": "string", "endpoint": "string", "accessKeyId": "string", "secretAccessKey": "string", "sessionToken": "string", "accountId": "string", "subscriptionId": "string", "resourceGroup": "string", "workspaceName": "string", "huggingFaceToken": "string", "cohereApiKey": "string", "azureAiStudioEndpoint": "string", "mosaicmlApiKey": "string", "replicateApiToken": "string", "twitterBearerToken": "string", "twitterApiKey": "string", "twitterApiSecret": "string", "redditClientId": "string", "redditClientSecret": "string", "redditUserAgent": "string", "facebookAccessToken": "string", "facebookAppId": "string", "facebookAppSecret": "string", "instagramAccessToken": "string", "linkedinAccessToken": "string", "linkedinClientId": "string", "linkedinClientSecret": "string", "tiktokClientKey": "string", "tiktokClientSecret": "string", "youtubeApiKey": "string", "databricksWorkspaceUrl": "string", "databricksAccessToken": "string", "databricksClusterId": "string", "oauthAccessToken": "string", "oauthRefreshToken": "string", "oauthTokenExpiresAt": "2019-08-24T14:15:22Z", "oauthTokenType": "string", "alphavantageApiKey": "string", "polygonApiKey": "string", "twelvedataApiKey": "string", "marketstackAccessKey": "string", "fmpApiKey": "string", "iexcloudToken": "string", "cbondApiKey": "string", "cbondClientId": "string", "cbondClientSecret": "string", "googleSearchApiKey": "string", "googleSearchEngineId": "string", "bingSearchApiKey": "string", "enabled": true }
Updated credential data
Provider
curl -i -X PUT \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials/id/550e8400-e29b-41d4-a716-446655440000 \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"id": 0,
"name": "string",
"description": "string",
"provider": "OPENAI",
"apiKey": "string",
"apiSecret": "string",
"organizationId": "string",
"projectId": "string",
"region": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"sessionToken": "string",
"accountId": "string",
"subscriptionId": "string",
"resourceGroup": "string",
"workspaceName": "string",
"huggingFaceToken": "string",
"cohereApiKey": "string",
"azureAiStudioEndpoint": "string",
"mosaicmlApiKey": "string",
"replicateApiToken": "string",
"twitterBearerToken": "string",
"twitterApiKey": "string",
"twitterApiSecret": "string",
"redditClientId": "string",
"redditClientSecret": "string",
"redditUserAgent": "string",
"facebookAccessToken": "string",
"facebookAppId": "string",
"facebookAppSecret": "string",
"instagramAccessToken": "string",
"linkedinAccessToken": "string",
"linkedinClientId": "string",
"linkedinClientSecret": "string",
"tiktokClientKey": "string",
"tiktokClientSecret": "string",
"youtubeApiKey": "string",
"databricksWorkspaceUrl": "string",
"databricksAccessToken": "string",
"databricksClusterId": "string",
"oauthAccessToken": "string",
"oauthRefreshToken": "string",
"oauthTokenExpiresAt": "2019-08-24T14:15:22Z",
"oauthTokenType": "string",
"alphavantageApiKey": "string",
"polygonApiKey": "string",
"twelvedataApiKey": "string",
"marketstackAccessKey": "string",
"fmpApiKey": "string",
"iexcloudToken": "string",
"cbondApiKey": "string",
"cbondClientId": "string",
"cbondClientSecret": "string",
"googleSearchApiKey": "string",
"googleSearchEngineId": "string",
"bingSearchApiKey": "string",
"enabled": true
}'{ "id": 0, "name": "string", "description": "string", "provider": "OPENAI", "apiKey": "string", "apiSecret": "string", "organizationId": "string", "projectId": "string", "region": "string", "endpoint": "string", "accessKeyId": "string", "secretAccessKey": "string", "sessionToken": "string", "accountId": "string", "subscriptionId": "string", "resourceGroup": "string", "workspaceName": "string", "huggingFaceToken": "string", "cohereApiKey": "string", "azureAiStudioEndpoint": "string", "mosaicmlApiKey": "string", "replicateApiToken": "string", "twitterBearerToken": "string", "twitterApiKey": "string", "twitterApiSecret": "string", "redditClientId": "string", "redditClientSecret": "string", "redditUserAgent": "string", "facebookAccessToken": "string", "facebookAppId": "string", "facebookAppSecret": "string", "instagramAccessToken": "string", "linkedinAccessToken": "string", "linkedinClientId": "string", "linkedinClientSecret": "string", "tiktokClientKey": "string", "tiktokClientSecret": "string", "youtubeApiKey": "string", "databricksWorkspaceUrl": "string", "databricksAccessToken": "string", "databricksClusterId": "string", "oauthAccessToken": "string", "oauthRefreshToken": "string", "oauthTokenExpiresAt": "2019-08-24T14:15:22Z", "oauthTokenType": "string", "alphavantageApiKey": "string", "polygonApiKey": "string", "twelvedataApiKey": "string", "marketstackAccessKey": "string", "fmpApiKey": "string", "iexcloudToken": "string", "cbondApiKey": "string", "cbondClientId": "string", "cbondClientSecret": "string", "googleSearchApiKey": "string", "googleSearchEngineId": "string", "bingSearchApiKey": "string", "enabled": true }
curl -i -X DELETE \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials/id/550e8400-e29b-41d4-a716-446655440000 \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/webrobot/api/cloud-credentials/provider/aws \
-H 'X-API-Key: YOUR_API_KEY_HERE'[ { "id": 0, "name": "string", "description": "string", "provider": "OPENAI", "apiKey": "string", "apiSecret": "string", "organizationId": "string", "projectId": "string", "region": "string", "endpoint": "string", "accessKeyId": "string", "secretAccessKey": "string", "sessionToken": "string", "accountId": "string", "subscriptionId": "string", "resourceGroup": "string", "workspaceName": "string", "huggingFaceToken": "string", "cohereApiKey": "string", "azureAiStudioEndpoint": "string", "mosaicmlApiKey": "string", "replicateApiToken": "string", "twitterBearerToken": "string", "twitterApiKey": "string", "twitterApiSecret": "string", "redditClientId": "string", "redditClientSecret": "string", "redditUserAgent": "string", "facebookAccessToken": "string", "facebookAppId": "string", "facebookAppSecret": "string", "instagramAccessToken": "string", "linkedinAccessToken": "string", "linkedinClientId": "string", "linkedinClientSecret": "string", "tiktokClientKey": "string", "tiktokClientSecret": "string", "youtubeApiKey": "string", "databricksWorkspaceUrl": "string", "databricksAccessToken": "string", "databricksClusterId": "string", "oauthAccessToken": "string", "oauthRefreshToken": "string", "oauthTokenExpiresAt": "2019-08-24T14:15:22Z", "oauthTokenType": "string", "alphavantageApiKey": "string", "polygonApiKey": "string", "twelvedataApiKey": "string", "marketstackAccessKey": "string", "fmpApiKey": "string", "iexcloudToken": "string", "cbondApiKey": "string", "cbondClientId": "string", "cbondClientSecret": "string", "googleSearchApiKey": "string", "googleSearchEngineId": "string", "bingSearchApiKey": "string", "enabled": true } ]
curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/webrobot/api/html/{url}/{protocol}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X PUT \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property1": {},
"property2": {}
}'curl -i -X DELETE \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}/{id}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X GET \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}?page=0&pageSize=50' \
-H 'X-API-Key: YOUR_API_KEY_HERE'curl -i -X POST \
'http://docs.webrobot.eu/_mock/openapi/api/strapi-tables/{table}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property1": {},
"property2": {}
}'curl -i -X GET \
http://docs.webrobot.eu/_mock/openapi/health \
-H 'X-API-Key: YOUR_API_KEY_HERE'