Skip to main content
POST
Search List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string
required

The query to search for.

target_count
integer
required

The number of lists to search.

Response

A list of list objects.

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
ListModel · object[]
required

A list of list objects.