Skip to main content
POST
Create a milestone

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Body

application/json
name
string
required
Example:

"Beta Launch"

status
enum<string>

Lifecycle status of a milestone.

Available options:
PLANNING,
ACTIVE,
COMPLETED,
CANCELLED
description
string
Example:

"First public beta release."

startDate
string<date>
Example:

"2026-05-01"

dueDate
string<date>
Example:

"2026-07-01"

Response

Milestone created.

milestone
object