Login
Get Started
Search...
/
Introduction
Overview
Why Coactive
Getting started
Quickstart
SDKs
Tutorials
Intelligent Search
Classification
Real-time Visual Analytics
API Reference
Asset
Classification
Concept
Credentials
POST
Add AWS credentials
POST
Add GCP credentials
POST
Validate credentials
Dataset
Dynamic Tags
Query
Search
Login
Get Started
API Reference
Credentials
Validate credentials
POST
https://app.coactive.ai
/
api
/
v1
/
credentials
/
validate
Validate AWS or GCP credentials previously added to Coactive are configured properly
Request
This endpoint expects an object.
dataPath
string
Required
The absolute path to the data in cloud storage to use to test access
credentialsId
string
Optional
The id of the credentials
Response
This endpoint returns an object.
dataPath
string
The absolute path to the data in cloud storage to use to test access
success
boolean
True if data can be read at the specified data path using the credentials
credentialsId
string
Optional
The id of the credentials
detail
string
Optional
An explanation of the test failure
Built with