Skip to main content
POST
Create Client

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Body

application/json
name
string
required
Minimum string length: 1
Example:

"Acme Corp"

website
string
required
Example:

"https://acme.com"

currency
required

ISO 4217 currency code (e.g. "USD") or a full { code, symbol, iso } object.

timezone
string
required
Example:

"America/New_York"

first_name
string
Example:

"Sarah"

number_format
string

BCP 47 locale driving number formatting, e.g. "en-US" → 1,234.56, "de-DE" → 1.234,56. Null/absent defaults to "en-US".

Example:

"en-US"

manager
string
domain_id
string
theme_id
string
folders
string[]

Response

201 - application/json

Client created

success
enum<boolean>
required
Available options:
true
data
object
required