Skip to main content
POST
Test Odoo Connection

Body

application/json

Body for POST /api/projects/{project_id}/odoo/test.

Probes a credential pair WITHOUT persisting it. Used by the project setup wizard so the user can verify their inputs before the project even exists. Same field shape as OdooCredentialCreate minus the metadata (name, tier) — only the bits needed to authenticate.

base_url
string
required
Required string length: 1 - 512
login
string
required
Required string length: 1 - 255
secret
string
required
Minimum string length: 1
auth_method
string
default:password
db_name
string
default:""
Maximum string length: 255

Response

Successful Response

status
string
required
databases
string[] | null
db_name
string | null
error
string | null
resolved_url
string | null
server_version
string | null