Lookup buyers

Allows a user to lookup buyers using filtering query parameters.

A user can lookup by phone and/or email. To lookup a single buyer with a verified phone and/or email, the verifiedPhoneOnly and verifiedEmailOnly filters can be used.

For a valid request, at least one of the phone.eq and email.eq filters is required. If the verifiedPhoneOnly or verifiedEmailOnly filters are true, phone.eq or email.eq must also be provided respectively.

Log in to see full request history
Query Params
string

Searches exact match on phone. Must be URI encoded.

string

Searches exact match on email. Must be URI encoded.

boolean

Filters the response to only include a buyer if the provided phone is verified.

boolean

Filters the response to only include a buyer if the provided email is verified.

boolean

Filters the response to only include a buyer if the provided phone is a duplicate.

boolean

Filters the response to only include a buyer if the provided email is a duplicate.

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