Waiting for engine...
Skip to main content

eventStreamsProvision

Provisions the current Account for use of Event Streams functionality. Calling this mutation indicates that the user agrees to the terms of using this functionality of the product.

Description: This mutation initializes Event Streams for the authenticated account, enabling the creation and management of topics, tokens, subscriptions, and other Event Streams resources. If the account has already been provisioned, it will return the existing account details with its associated Event Streams status.

Return: Returns the provisioned Account object, including the account ID, name, and related Event Streams info.

Example:

mutation {
eventStreamsProvision {
id
eventStreams {
provisioned
}
}
}

eventStreamsProvision: Account!

Type

Account object event-streams-query

The Account Id

On this Page