Skip to main content
POST
Verify connection

Path Parameters

workspaceSlug
string
required

URL-safe workspace identifier.

connectionId
string
required

Opaque identifier of the connection.

Pattern: ^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

Result of a connection reachability check.

Result of a connection reachability check.

reachable
boolean
required

Whether the backing store was reachable with the stored credentials.

error
string

Failure reason when not reachable; omitted on success.