Skip to main content
POST
Create Goal

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:

"Q4 Revenue Target"

target_value
number
required
Example:

250000

description
string
operator
enum<string>
default:>=
Available options:
>=,
=,
<=
goal_type
enum<string>
default:static
Available options:
static,
change
symbol
enum<string>
Available options:
numbers,
decimal,
%,
currency
client_id
string
query
object

Response

201 - application/json

Goal created

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