Skip to main content
GET
PublicApiGetCampaignProgress
Use this endpoint through the Developer API or the matching firstsales CLI command when available. Responses use the stable FirstSales public error envelope.

Authorizations

Authorization
string
header
required

FirstSales developer API key bearer token (fs-key-*).

Path Parameters

orgId
string
required
wsId
string
required
campaignId
string
required
Pattern: ^[0-9a-fA-F]{24}$

Response

Successful response

campaignId
string
required
Minimum string length: 1
percentage
number
required
Required range: 0 <= x <= 100
completedComponents
string[]
required
missingComponents
string[]
required
missingRequiredComponents
string[]
required
missingOptionalComponents
string[]
required
launchReady
boolean
required
nextQuestion
string | null
required