OTP History List

This API call retrieves OTP History records based on the specified input parameters.

Body Params
string
required

Your App token

order
array of strings

Specify the sorting order for the results. Example: ["update_time DESC"].

order
select
array of strings

Define which attributes to return in the response. Example: ["otp_id", "request_ts", "verified_ts"].

select
json

Filter the results based on specific criteria. Example: [["profile_id", "=", "PROFILE_ID"]].

int32

The maximum number of results to return for pagination. Example: 50.

int32

The starting point for pagination. Example: 0.

Responses

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