Test the access to shared credential
POST/v1/credentials/test
Tests the access to a shared credential using a specified id or by providing credential values. If both an id and parameters are provided, parameters override existing credential values.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Connection test to credential successful.
Bad request.
Unauthorized. Missing or invalid credentials.
Forbidden. The user does not have the permission to do this action.
Not found. The resource was not found.
Internal Server Error.