Verify if a source is properly configured
Use this endpoint to validate the properties for the specified source. If any required property is missing, the response will include a relevant error message. If all required properties are present, it attempts to establish a connection with the source’s API servers and returns a status message indicating whether the connection was successful.
The response is an array of check messages. Each element in the array includes two fields: isError
, a boolean flag, and message
, a string. The isError
field should be used to distinguish between error messages and informational messages. See the provided example for more details.
All this process is performed synchronously, so it may take a few seconds to complete. There is also a timeout of 10 seconds for the whole process.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID