Skip to main content

List companies

GET 

/api/company

List companies

Request

Query Parameters

    query string

    Query string for company name

    page integer

    Possible values: >= 1

    Page number

    per_page integer

    Possible values: >= 1 and <= 100

    Number of items per page

Responses

Page of Companies

Schema
    items object[]required

    An array of companies.

  • Array [
  • id uuidrequired

    The unique identifier of the company.

    name stringrequired

    The name of the company.

    description stringrequired

    The description of the company. Can be null.

    avatar urlrequired

    The URL of the company avatar.

    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 company.

    home_page urlrequired

    Company website

    monthly_budget stringrequired

    Monthly budget in USD

    year_of_foundation integerrequired

    Year of foundation

  • ]
  • total integerrequired

    The total number of companies.

Loading...