List codes

Allows a user to list OTP codes using filtering query parameters.

A user can search by phone, email, buyerID, and/or tenantID. If present on the JWT, the buyerID/tenantID claims are automatically added to the search parameters. To filter by verified OTP codes, add &verifiedCodeOnly to query.

For a valid request, at least one of the buyerID.eq, phone.eq or email.eq filters is required.

Log in to see full request history
Query Params
string

Searches exact matches on buyerID. Must be URI encoded.

string

Searches exact matches on phone. Must be URI encoded.

string

Searches exact matches on email. Must be URI encoded.

boolean

Filters the response to only include a record in the response if the code is verified.

integer
1 to 200
Defaults to 10

The maximum number of records that will be returned in a result set.

integer
≥ 0
Defaults to 0

The number of records to skip before starting to collect the result set. Used in conjunction with limit query parameter for pagination support

Responses

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