List Users
GET {{baseUrl}}/v1/tiktok/users?limit=<number>&query=<string>
Search the list of influencers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Max items to get | |
query | string | String to search by |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"users":[{"userId":"\u003cstring\u003e","username":"\u003cstring\u003e","fullname":"\u003cstring\u003e","picture":"\u003cstring\u003e","followers":"\u003cnumber\u003e","isVerified":"\u003cboolean\u003e"},{"userId":"\u003cstring\u003e","username":"\u003cstring\u003e","fullname":"\u003cstring\u003e","picture":"\u003cstring\u003e","followers":"\u003cnumber\u003e","isVerified":"\u003cboolean\u003e"}],"error":"\u003cboolean\u003e"}