Skip to content

List Users

Request

Search the list of influencers.
A successful request costs 0 credits.

Security
accessToken
Query
limitnumber

Max items to get

Example:limit=1000
querystring

String to search by

Example:query=mrbeast
GET
/youtube/users
curl -i -X GET \
  'https://api.modash.io/v1/youtube/users?limit=1000&query=mrbeast' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
errorboolean

If there is an error

Example:false
usersArray of objects(YoutubeUserInfluencer)required
Response
{ "error": false, "users": [ {} ] }