Skip to main content
POST
Verify provider

Path Parameters

workspaceId
string<uuid>
required

Workspace identifier.

providerId
string
required

Opaque identifier of the provider.

Pattern: ^prov_[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.