# Forestreet Documentation ## Docs - [Authentication](https://docs.forestreet.com/api-reference/authentication.md): How to authenticate your API requests - [Get a company logo by domain](https://docs.forestreet.com/api-reference/endpoints/assets/get-a-company-logo-by-domain.md): Attempts to retrieve a company logo by its domain. Cached logos are stored in MySQL for 90 days before they are refreshed via the logo.dev API. - [Get an iconographic symbol by name](https://docs.forestreet.com/api-reference/endpoints/assets/get-an-iconographic-symbol-by-name.md): Attempts to retrieve an iconographic symbol by its name from the Noun Project API. This endpoint supports both JSON and PNG responses. - [Get session ID](https://docs.forestreet.com/api-reference/endpoints/auth/get-session-id.md): Create new session using a valid API key, which will return a JWT token in the response. - [Set Session Cookies](https://docs.forestreet.com/api-reference/endpoints/auth/set-session-cookies.md): Using a JWT token and a checksum, this endpoint sets session cookies in the user's browser. - [Sign in](https://docs.forestreet.com/api-reference/endpoints/auth/sign-in.md): Sign in a user with email and password; upon success, authentication cookies are set in the browser. - [Sign out](https://docs.forestreet.com/api-reference/endpoints/auth/sign-out.md): Sign out from the application - [Generate keywords for search](https://docs.forestreet.com/api-reference/endpoints/discovery/generate-keywords-for-search.md): Generate AI-suggested keywords to improve your search criteria. - [Generate search criteria](https://docs.forestreet.com/api-reference/endpoints/discovery/generate-search-criteria.md): Convert natural language queries into structured search criteria for AI-powered company discovery. - [Get job status](https://docs.forestreet.com/api-reference/endpoints/discovery/get-job-status.md): Retrieve the status and progress of all discovery jobs for a given market. - [Get search criteria](https://docs.forestreet.com/api-reference/endpoints/discovery/get-search-criteria.md): Retrieve the search criteria used for a specific market discovery. - [Get search criteria history](https://docs.forestreet.com/api-reference/endpoints/discovery/get-search-criteria-history.md): Retrieve the history of search criteria iterations for a specific market. - [Publish a market](https://docs.forestreet.com/api-reference/endpoints/discovery/publish-a-market.md): Publish discovered companies and trigger comprehensive market analysis and enrichment. - [Start discovery for existing market](https://docs.forestreet.com/api-reference/endpoints/discovery/start-discovery-for-existing-market.md): Add more companies to an existing market using AI-powered discovery process. - [Start discovery for new market](https://docs.forestreet.com/api-reference/endpoints/discovery/start-discovery-for-new-market.md): Create a new market and initiate AI-powered company discovery process using structured search criteria. - [Update company review status](https://docs.forestreet.com/api-reference/endpoints/discovery/update-company-review-status.md): Update the review status of discovered companies for quality control. - [Create a dossier](https://docs.forestreet.com/api-reference/endpoints/dossier/create-a-dossier.md): Create a new dossier in the specified collection using AI to generate supplier information - [Delete a dossier](https://docs.forestreet.com/api-reference/endpoints/dossier/delete-a-dossier.md): Remove a dossier from the specified collection - [Get a dossier](https://docs.forestreet.com/api-reference/endpoints/dossier/get-a-dossier.md): Retrieve a specific dossier by agent ID and collection ID - [Get dossiers in collection](https://docs.forestreet.com/api-reference/endpoints/dossier/get-dossiers-in-collection.md): Retrieve dossiers associated with a specific collection with optional filtering and pagination - [Update a dossier](https://docs.forestreet.com/api-reference/endpoints/dossier/update-a-dossier.md): Update a dossier by adding it to another collection or modifying its properties - [Get a company](https://docs.forestreet.com/api-reference/endpoints/impact/get-a-company.md): Get impact data for a specific company - [Get news for a company](https://docs.forestreet.com/api-reference/endpoints/impact/get-news-for-a-company.md): Get news for a specific company - [Search companies](https://docs.forestreet.com/api-reference/endpoints/impact/search-companies.md): Search for impact data - [Delete a market](https://docs.forestreet.com/api-reference/endpoints/markets/delete-a-market.md): Delete a specific market in the collection - [Get a market](https://docs.forestreet.com/api-reference/endpoints/markets/get-a-market.md): Fetch a specific market in the collection - [Get ESG data for a company in a market](https://docs.forestreet.com/api-reference/endpoints/markets/get-esg-data-for-a-company-in-a-market.md): Fetch ESG data for a specific company in a specific market. - [Get ESG data for a market](https://docs.forestreet.com/api-reference/endpoints/markets/get-esg-data-for-a-market.md): Fetch ESG data for a specific market. - [Get ESG filters for a market](https://docs.forestreet.com/api-reference/endpoints/markets/get-esg-filters-for-a-market.md): Fetch ESG filters for a specific market. - [Get markets](https://docs.forestreet.com/api-reference/endpoints/markets/get-markets.md): Fetch list of markets in the collection with pagination and filtering - [Move a market](https://docs.forestreet.com/api-reference/endpoints/markets/move-a-market.md): Move a specific market in the collection - [Update a market](https://docs.forestreet.com/api-reference/endpoints/markets/update-a-market.md): Update a specific market in the collection - [Retrieve cached company logo by domain (public)](https://docs.forestreet.com/api-reference/endpoints/public/retrieve-cached-company-logo-by-domain-public.md): Serves company logos cached within the past 90 days. This endpoint is only used for companies discovered on the Forestreet platform; it does not actively search for as-yet-unknown company logos. If the requested logo is missing and a PNG response is requested, a magnifying-glass fallback icon is ret… - [Create a collection](https://docs.forestreet.com/api-reference/endpoints/teams/create-a-collection.md): Create a collection within a specific team. - [Create a team](https://docs.forestreet.com/api-reference/endpoints/teams/create-a-team.md): Creates a new team with the provided details. - [Delete a team](https://docs.forestreet.com/api-reference/endpoints/teams/delete-a-team.md): Delete the specified team. - [Delete export endpoint for a team](https://docs.forestreet.com/api-reference/endpoints/teams/delete-export-endpoint-for-a-team.md): Delete an existing Export Via API endpoint for a team. - [Edit a team](https://docs.forestreet.com/api-reference/endpoints/teams/edit-a-team.md): Edits a team with the provided details. - [Get a team by ID](https://docs.forestreet.com/api-reference/endpoints/teams/get-a-team-by-id.md): Fetch the details of a specific team by its ID. - [Get current user's teams](https://docs.forestreet.com/api-reference/endpoints/teams/get-current-users-teams.md): Fetch the teams associated with the current user - [Get team collections](https://docs.forestreet.com/api-reference/endpoints/teams/get-team-collections.md): Fetch the collections associated with a specific team - [Get team export endpoints](https://docs.forestreet.com/api-reference/endpoints/teams/get-team-export-endpoints.md): Fetch the Export Via API endpoints associated with a specific team - [Get team export endpoints, advanced](https://docs.forestreet.com/api-reference/endpoints/teams/get-team-export-endpoints-advanced.md): Fetch the Export Via API endpoints associated with a specific team - [Register export endpoint for a team](https://docs.forestreet.com/api-reference/endpoints/teams/register-export-endpoint-for-a-team.md): Register a new Export Via API endpoint for a team. - [Update export endpoint for a team](https://docs.forestreet.com/api-reference/endpoints/teams/update-export-endpoint-for-a-team.md): Update an existing Export Via API endpoint for a team. - [About me](https://docs.forestreet.com/api-reference/endpoints/users/about-me.md): Get the current user's information and their access to teams and collections. - [Export via API](https://docs.forestreet.com/api-reference/guides/export-api.md): Connect a market to your internal system using an API hook. - [iFrame Integration](https://docs.forestreet.com/api-reference/guides/iframe-integration.md): Integrate Forestreet into your internal applications using an iFrame. - [Discovery Workflow](https://docs.forestreet.com/api-reference/guides/platform-discovery.md): Complete guide to conducting market research using Forestreet's AI-powered discovery and analysis platform. - [Introduction](https://docs.forestreet.com/api-reference/introduction.md): Welcome to the home of the Forestreet API documentation. - [Feature Map](https://docs.forestreet.com/api-reference/ui-components/feature-map.md): An innovative data visualisation tool designed to provide a comprehensive overview of the features and services offered by companies within a market. - [About UI Components](https://docs.forestreet.com/api-reference/ui-components/index.md): An assortment of ready-to-use UI components designed to enrich data visualisation and market analysis capabilities. - [Momentum Score](https://docs.forestreet.com/api-reference/ui-components/momentum-score.md): The Momentum Score widget is a holistic measure of a company's market performance, encapsulating key growth indicators in a single, intuitive visualisation. - [Supplier Dossier](https://docs.forestreet.com/api-reference/ui-components/supplier-dossier.md): A comprehensive overview of a supplier's information, including their capabilities, competitors and market landscape. - [Topic Mosaic](https://docs.forestreet.com/api-reference/ui-components/topic-mosaic.md): Transform complex market data into clear, interactive visual insights for rapid understanding and informed decision-making ## OpenAPI Specs - [openapi](https://docs.forestreet.com/openapi.json)