Skip to main content
POST
Validate draft for campaign creation

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

draft_id
integer
required

Response

Successful Response

Response for campaign validation.

Includes the full draft snapshot so the frontend can render RSA state alongside validation results without a separate fetch.

valid
boolean
required
errors
ValidationErrorSchema · object[]
warnings
string[]
draft
CampaignDraftSchema · object | null

Full draft snapshot (populated by the /validate endpoint)