Submit an RFC

Submits a new Request for Change on behalf of a requester.
Rate-limited to 10 per hour per IP.

Authentication: depends on the tenant's submission setting.

  • When the tenant's submission form is set to public, no token is required.
  • When set to authenticated only, a valid Bearer token or API key must be supplied — anonymous calls return HTTP 401.

Check GET /config/{tenantSlug}/submission-access to determine which mode is active before calling this endpoint.

Conflicts and freeze-window warnings are returned in the response body but never block submission.
File attachments must be uploaded separately via POST /rfc/{id}/attachments after submission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 63

Your workspace slug — the path segment used in your public submission URL.

string
required
length ≤ 200
string
required
length ≤ 200
string
required
length ≤ 255
integer
required

ID from the Change Category config dropdown.

integer
required

ID from the Change Type config dropdown.

date-time
required
date-time
required
affectedSystemIds
array of integers
required
affectedSystemIds*
string
required
string
required
boolean
Defaults to false
number | null
0 to 9999.9
integer
required

ID from the Business Impact config dropdown.

string
required
string | null

Comma-separated list of additional notification addresses.

integer | null

Optional Standard Change Template ID to pre-fill fields.

Responses

429

Rate limit exceeded.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json