Skip to main content
GET
Runtime feature discovery: which Public API features are enabled for this account, plus the accepted draft import formats, the full list of patchable draft keys, and the canonical enum values. Features are rolled out per account, so probe this endpoint before planning a multi-step flow — and re-check it when a write returns a feature-disabled 403. Requirements: any valid token — no specific scope. (An in-app session also works.) The public_api_job_drafting feature itself must be enabled for the account, otherwise 403.

Request

No parameters.

Response

string
Always public_api_job_drafting.
string
Always job-drafts.
string
How the drafting feature is rolled out for this account (e.g. ALL, ALLOWLIST).
boolean
Whether the account is a platform admin.
object
Per-feature booleans for this account. Any false here means the matching endpoints return 403 until the feature is enabled.
object
Machine-readable drafting contract.
string
token when authenticated by bearer token, session when by in-app session.
boolean
Always true on a 200 (a disabled drafting feature returns 403 instead).

Errors