(Consumer Type) in Vconnect

In VConnect what is Event and while creating Event there is a dropdown name (Consumer Type) what is this and describe it’s 4 type which comes under this dropdown.

1 Like

@Tanya_Kumari,

If you need to capture and store the request and response of an API only when a specific primary key holds a designated value, this functionality can be implemented using event configuration.

By setting up an event, the system can monitor the key’s value and trigger the recording process only when the condition is met. This ensures that API logs are stored selectively, rather than for every request.

Additionally, within the configuration, the consumer type specifies the category of API for which the request and response should be logged. This allows for precise control over which API interactions are recorded based on the defined conditions.

3 Likes