Search allows searching for step-up transactions with various filters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Request message for searching step-up transactions
Maximum number of results to return
Token for pagination
Filter by provider ID
Filter by transaction state
STEP_UP_TRANSACTION_STATE_UNSPECIFIED, STEP_UP_TRANSACTION_STATE_PENDING, STEP_UP_TRANSACTION_STATE_VERIFIED, STEP_UP_TRANSACTION_STATE_ERROR The targetType field.
TARGET_TYPE_UNSPECIFIED, TARGET_TYPE_TICKET, TARGET_TYPE_TEST Filter by task ID (only applicable if target_type is TICKET)
Filter by user ID