Skip to main content

Get influencer by id

GET 

/api/influencer/:id

Get influencer by id

Request

Path Parameters

    id uuidrequired

    The id of the influencer

Responses

Successful operation

Schema
    id uuidrequired

    The unique identifier of the influencer.

    first_name stringrequired

    The first name of the influencer.

    last_name stringrequired

    The last name of the influencer.

    avatar urlrequired

    The URL of the influencer avatar.

    has_meta_tag booleanrequired

    Whether the influencer has a meta tag.

    instagram object

    Influencer Instagram object

    username stringrequired

    The Instagram username of the influencer.

    following_count integerrequired
    follower_count integerrequired
    followers object

    Instagram followers object

    credibility object

    Instagram followers credibility object

    mass_followers object

    Weight object

    weight floatrequired

    The weight of the object.

    suspicious object

    Weight object

    weight floatrequired

    The weight of the object.

    influencers object

    Weight object

    weight floatrequired

    The weight of the object.

    real object

    Weight object

    weight floatrequired

    The weight of the object.

    genders object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    genders_ages object

    Instagram followers age gender distribution object

    13-17 object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    18-24 object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    25-34 object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    35-44 object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    45-64 object

    Instagram followers gender distribution object

    female object

    Weight object

    weight floatrequired

    The weight of the object.

    male object

    Weight object

    weight floatrequired

    The weight of the object.

    countries object[]

    An array of country distributions.

  • Array [
  • name stringrequired

    The name of the country.

    code stringrequired

    The ISO 3166-1 alpha-2 code of the country.

    weight floatrequired

    The weight of the country.

  • ]
  • languages object[]

    An array of language distributions.

  • Array [
  • name stringrequired

    The name of the language.

    code stringrequired

    The ISO 639 language code of the language.

    weight floatrequired

    The weight of the language.

  • ]
  • interests object[]

    An array of interest distributions.

  • Array [
  • name stringrequired

    The name of the interest.

    weight floatrequired

    The weight of the interest.

  • ]
  • notable_users object[]

    A list of notable users

  • Array [
  • url stringrequired
    username stringrequired
    full_name stringrequired
    picture_url stringrequired
  • ]
  • brand_affinity object[]

    A list of Brand affinity

  • Array [
  • name stringrequired
    picture_url stringrequired
  • ]
  • categories CampaignCategory[]required

    Possible values: [art_and_design, automobiles, beauty, beverages, books_and_literature, career_and_business, children_toys_and_games, diy, e_commerce, education, events_and_entertainment, fashion, finance_and_insurance, food, gardening_and_outdoor, health_and_fitness, hobbies_and_crafts, home_and_living, home_appliences, legal_services, mobile_games, news, non_profit_and_charity, office_supplies, parenting_and_family_products, personal_development, pets, photography, podcasts, real_estate, social_media_tools, sports_and_outdoor_activities, streaming, subscription_box, technology, travel, video_games, wedding]

    The categories of the influencer.

    restrictions CampaignRestriction[]required

    Possible values: [eco_friendly, no_animal_testing, halal, kosher, vegan, vegetarian, lgbtq, diverse_leadership]

    The restrictions of the influencer.

    photo_urls url[]required

    An array of photo URLs of the influencer.

    minimum_budget stringrequired

    The minimum budget of the influencer.

    imgen_available booleanrequired

    Whether the influencer has image generation available.

    masked booleanrequired

    Returns true if influencer content is masked according to ToC policy.

Loading...