Validate credentials

Validate AWS or GCP credentials previously added to Coactive are configured properly

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataPathstringRequired
The absolute path to the data in cloud storage to use to test access
credentialsIdstringOptional
The id of the credentials

Response

The data path is accessible using the credentials
dataPathstring
The absolute path to the data in cloud storage to use to test access
successboolean
True if data can be read at the specified data path using the credentials
credentialsIdstring or null
The id of the credentials
detailstring or null
An explanation of the test failure

Errors