API Reference
Log In
API Reference

Toggle a tenant's strict ingestion mode

Enable or disable strict ingestion mode for the tenant. When enabled, AI ingestion rejects transactions that reference entities (Product, Subscriber, Credential, Consuming Organization) which do not already exist for the tenant, instead of auto-creating them. Defaults to disabled.

The optional allowTicketJobs sub-flag is consulted only while strict ingestion is enabled: when true, the coding-assistant enricher may still create ticket-grain Jobs from session → ticket attributions, which strict ingestion would otherwise suppress along with every other auto-created reference entity. It defaults to false and is left unchanged when the field is omitted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the tenant. Format: Revenium hashid (URL-safe encoded string).

Body Params

Request to toggle strict ingestion mode for a tenant

boolean
required

Whether strict ingestion mode should be enabled for the tenant. When true, AI ingestion rejects transactions referencing unknown reference entities instead of auto-creating them.

boolean | null

Sub-flag consulted only while strictIngestionMode is true: when true, the coding-assistant enricher may still create ticket-grain Jobs from session → ticket attributions. Omit to leave the current value unchanged. Defaults to false. Rejected with a 400 when combined with strictIngestionMode=false in the same request: the sub-flag has no effect while strict ingestion is off.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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