Skip to main content
POST
Create an initiative

Authorizations

Authorization
string
header
required

Generate an API key in your workspace Settings → API Keys. Pass it as Authorization: Bearer tab_<key> on every request.

Headers

x-tenant-slug
string
required

Your workspace slug (e.g. acme).

Body

application/json
title
string
required
Maximum string length: 200
subProductId
string
required
statusId
string
required
startQuarter
string
required

Period key from GET /timeframes

Example:

"2026_01"

ownerId
string
required

Required. User ID from GET /users.

endQuarter
string

Period key from GET /timeframes

Example:

"2026_03"

classificationId
string
notes
string
tagIds
string[]

Response

Created

id
string
title
string
notes
string | null
startQuarter
string
Example:

"2026_Q1"

endQuarter
string | null
Example:

"2026_Q3"

createdAt
string<date-time>
updatedAt
string<date-time>
status
object | null
subProduct
object | null
classification
object | null
user
object | null

Assigned owner

tags
object[]