# Makaira Documentation Documentation > Documentation for Makaira Documentation ## Guides - [OXID](https://docs.makaira.io/docs/oxid.md) - [Shopware 6](https://docs.makaira.io/docs/shopware-6.md) - [Shopware 6.5 / 6.6](https://docs.makaira.io/docs/docsw66.md) - [Shopify](https://docs.makaira.io/docs/shopify.md) - [Tracking](https://docs.makaira.io/docs/tracking.md) - [Tags](https://docs.makaira.io/docs/tags.md) - [Advertisement and banner tracking](https://docs.makaira.io/docs/advertisement-and-banner-tracking.md) - [Import Fields](https://docs.makaira.io/docs/import-fields.md) - [Types in Makaira](https://docs.makaira.io/docs/types-in-makaira.md) - [FAQ](https://docs.makaira.io/docs/faq.md) - [Upgrade guides](https://docs.makaira.io/docs/upgrade-guides.md) - [Storefront Live Preview](https://docs.makaira.io/docs/support-live-preview.md) - [NextJs Update from 13 to 15](https://docs.makaira.io/docs/updating-storefront-starter-kit-from-nextjs-13-to-nextjs-15.md) - [Tutorials](https://docs.makaira.io/docs/tutorials.md) - [Field Reference](https://docs.makaira.io/docs/field-reference.md) - [Visibility Fields](https://docs.makaira.io/docs/visibility-fields.md) - [Ranking Fields](https://docs.makaira.io/docs/ranking-fields.md) - [Dynamic Fields](https://docs.makaira.io/docs/dynamic-fields.md) - [Attribute Fields](https://docs.makaira.io/docs/attribute-fields.md) - [Sitemap Fields](https://docs.makaira.io/docs/sitemap-fields.md) - [Redirects](https://docs.makaira.io/docs/redirects.md) - [Search](https://docs.makaira.io/docs/search.md) - [Article-Number Search (ProductNumber)](https://docs.makaira.io/docs/product-number-search.md) - [Ranking-Mix](https://docs.makaira.io/docs/ranking-mix.md) - [A/B Experiments](https://docs.makaira.io/docs/ab-experiments.md) - [A/B Experiments for Landing Pages](https://docs.makaira.io/docs/ab-experiments-landing-pages.md) - [Public fields](https://docs.makaira.io/docs/public-fields.md): The public fields define which data fields are shipped in the API response - [Sitemap](https://docs.makaira.io/docs/sitemap.md) - [Search Webhook](https://docs.makaira.io/docs/search-webhook.md) - [Role Manager](https://docs.makaira.io/docs/role-manager.md) - [B2B / Customer Groups](https://docs.makaira.io/docs/b2b-customer-groups.md) ## API Reference - [Aggregation](https://docs.makaira.io/reference/aggregation.md): This document describes how to use aggregation through the API - [List Streams](https://docs.makaira.io/reference/streamlist.md): List all Streams - [Create Stream](https://docs.makaira.io/reference/streamcreate.md): Create a new Stream - this endpoint is for creation purposes only and does not allow you to configure the stream itself. Use the PUT-Endpoint instead for configuration. - [Get Stream](https://docs.makaira.io/reference/streamget.md): Get Stream by ID - [Update Stream](https://docs.makaira.io/reference/streamput.md): Update Stream by ID. This endpoints allows for configuring the stream and therefore restricting, what products will be included in the stream. Since the combination "field/type/operator" (see the "query" part in the body description) is relying on logic based on the selected fields, like what operators can be applied to what field types, we recommend using the GUI to configure your stream and refer to https://www.makaira.io/docs/configuration/productStreams.html for further documentation on what operators are available for each field type. - [Delete Stream](https://docs.makaira.io/reference/streamdelete.md): Delete Stream by ID - [Bulk delete streams](https://docs.makaira.io/reference/streamdelete-bulk.md) - [Retrieve fields for a specific datatype](https://docs.makaira.io/reference/getstreamfields.md): Returns the fields associated with the specified datatype, such as product fields. - [Get Documents of Stream](https://docs.makaira.io/reference/streamdocuments.md): Retrieves documents associated to a given stream. - [Get stream documents](https://docs.makaira.io/reference/stream-documents.md) - [Preview stream documents](https://docs.makaira.io/reference/post-stream-preview.md) - [Get stream usage](https://docs.makaira.io/reference/get-stream-usage.md) - [Copy stream](https://docs.makaira.io/reference/post-stream-copy.md) - [Get stream fields by datatype](https://docs.makaira.io/reference/post-stream-fields.md) - [Get Component](https://docs.makaira.io/reference/componentget.md): Get Component by ID - [Update Component](https://docs.makaira.io/reference/componentput.md): Update Component by ID - [Delete Component](https://docs.makaira.io/reference/componentdelete.md): Delete Component by ID - [Create Component](https://docs.makaira.io/reference/componentcreate.md): Create a new Component - [List Components](https://docs.makaira.io/reference/componentlist.md): List Components - [Get component usage](https://docs.makaira.io/reference/get_component-id-usage.md): This API is used to get the landing pages that are using this component. - [Get Category](https://docs.makaira.io/reference/categoryget.md): Get Category by ID - [Update Category](https://docs.makaira.io/reference/categoryupdate.md): Update Category by ID - [Search](https://docs.makaira.io/reference/post-search.md): The search endpoint is the heart of the Makaira Marketing Suite when it comes to searching for products in a classic shop scenario. It is used for your autosuggest and search results as well as for listing products on category or manufacturer pages. - [Public search](https://docs.makaira.io/reference/post-search-public.md): This endpoint acts basically the same as the /search/ endpoint. The only difference is that this the public endpoint does not require requests to be signed with using API-Secret. That means, they are publicly available. Because of that, we limit the fields returned in the responses. To achieve this, customers can define a whitelist of fields that should be returned. - [Get documents by id and/or datatype](https://docs.makaira.io/reference/post-documents-field.md): Get documents directly from Elasticsearch, by id and/or document type. - [Get documents by IDs](https://docs.makaira.io/reference/post-documents-byid.md) - [Search documents by type](https://docs.makaira.io/reference/get-documents-search.md) - [List documents by type](https://docs.makaira.io/reference/get-documents-list.md) - [List fields that will be used for search](https://docs.makaira.io/reference/get-field.md): List all fields that will be used for searches. For every field that is listed here and active, the final search result will be determined by looking for the search term in that field. - [Get active search fields](https://docs.makaira.io/reference/get-field-active.md) - [Create search field](https://docs.makaira.io/reference/post-field.md): Create a new field to search in. - [Get field by ID](https://docs.makaira.io/reference/get-field-fieldid.md): Get field by ID - [Update field by ID](https://docs.makaira.io/reference/put-field-fieldid.md): Update a field by ID - [Delete field by ID](https://docs.makaira.io/reference/delete-field-fieldid.md): Delete a field by ID - [Get the global configuration](https://docs.makaira.io/reference/get-configuration.md): Get the global configuration - [Update the global configuration](https://docs.makaira.io/reference/put-configuration.md): Update the global configuration - [List all synonyms](https://docs.makaira.io/reference/get-synonym.md): List all synonyms - [Create synonym](https://docs.makaira.io/reference/post-synonym.md): Create a new synonym - [Get synonym by ID](https://docs.makaira.io/reference/get-synonym-synonymid.md): Get synonym by ID - [Update synonym by ID](https://docs.makaira.io/reference/put-synonym-synonymid.md): Update synonym by ID - [Delete synonym by ID](https://docs.makaira.io/reference/delete-synonym-synonymid.md): Delete synonym by ID - [Bulk delete synonyms](https://docs.makaira.io/reference/delete-synonym-bulk.md) - [Get synonym file](https://docs.makaira.io/reference/get-synonym-file.md) - [Reload synonym analyzers](https://docs.makaira.io/reference/get-synonym-reload.md) - [Validate synonym](https://docs.makaira.io/reference/post-synonym-validate.md) - [List all antonyms](https://docs.makaira.io/reference/get-antonym.md): List all antonyms - [Create antonym](https://docs.makaira.io/reference/post-antonym.md): Create a new antonym - [Get antonym by ID](https://docs.makaira.io/reference/get-antonym-antonymid.md): Get antonym by ID - [Update antonym by ID](https://docs.makaira.io/reference/put-antonym-antonymid.md): Update antonym by ID - [Delete antonym by ID](https://docs.makaira.io/reference/delete-antonym-antonymid.md): Delete antonym by ID - [Bulk delete antonyms](https://docs.makaira.io/reference/delete-antonym-bulk.md) - [List all searchable links](https://docs.makaira.io/reference/get-searchable.md): List all searchable links - [Create searchable link](https://docs.makaira.io/reference/post-searchable.md): Create a new searchable Link - [Get searchable link by ID](https://docs.makaira.io/reference/get-searchable-searchalbeid.md): Get searchable link by ID - [Update searchable link](https://docs.makaira.io/reference/put-searchable-searchalbeid.md): Update searchable link by ID - [Delete searchable link](https://docs.makaira.io/reference/delete-searchable-searchalbeid.md): Delete searchable link by ID - [Get list of all aggregations](https://docs.makaira.io/reference/get-aggregation.md): Get list of all aggregations - [Create aggregation](https://docs.makaira.io/reference/post-aggregation.md): Create a new aggregation - [Get an aggregation by ID](https://docs.makaira.io/reference/get-aggregation-id.md): Get an aggregation by ID - [Update aggregation](https://docs.makaira.io/reference/put-aggregation-id.md): Update an aggregation by ID - [Delete aggregation](https://docs.makaira.io/reference/delete-aggregation-id.md): Delete an aggregation by ID - [Bulk delete aggregations](https://docs.makaira.io/reference/delete-aggregation-bulk.md) - [Get aggregation fields](https://docs.makaira.io/reference/get-aggregation-fields.md) - [Get aggregation values](https://docs.makaira.io/reference/post-aggregation-values.md) - [Get list of all product feeds](https://docs.makaira.io/reference/get-productfeed.md): Get list of all product feeds - [Create product feed](https://docs.makaira.io/reference/post-productfeed.md): Create a new product feed - [Get a product feed by ID](https://docs.makaira.io/reference/get-productfeed-id.md): Get a product feed by ID - [Update a product feed](https://docs.makaira.io/reference/put-productfeed-id.md): Update a product feed by ID - [Delete a product feed](https://docs.makaira.io/reference/delete-productfeed-id.md): Delete a product feed by ID - [Copy a product feed](https://docs.makaira.io/reference/post-productfeed-copy.md) - [Duplicate product feeds](https://docs.makaira.io/reference/post-productfeed-duplicate.md) - [Feed all categories](https://docs.makaira.io/reference/feed-all-categories.md): Feed all categories - [Get a list of all available indices](https://docs.makaira.io/reference/get-indices.md): Get a list of all available indices - [Delete passive index](https://docs.makaira.io/reference/delete-indices-instance-_passive_-language.md): Delete the passive index for the given language - [Activate passive index](https://docs.makaira.io/reference/put-indices-instance-_passive_-language-active.md): Active the passive index for the given language - [Get page by URL](https://docs.makaira.io/reference/post-enterprise-page.md): The page endpoint is the heart of the Makaira Marketing Suite when it comes to using Enterprise features like the page editor. It's main purpose is retrieving a page document for a given URL. In the most simple case, the URL belongs to Landingpage that was created in the Makiara-Backend. In this case, it is enough to supply the URL and Shop-ID in the request body. In more advanced cases, the URL may belong to a category or manufacturer page. In this case, you can and should supply additional information in the request body, e.g. for sorting or pagination. - [Get menu](https://docs.makaira.io/reference/get-enterprise-menu.md): The menu endpoint is usable for Enterprise customers and is used to retrieve the menu tree that you can configure in the Makaira backend. - [Get snippet by ID](https://docs.makaira.io/reference/post-enterprise-snippets.md): The snippet endpoint is usable for Enterprise customers and is used to retrieve the snippets that you can configure in the Makaira backend. - [Get menu with constraints](https://docs.makaira.io/reference/get-enterprise-menu-with-constraints.md): The menu endpoint is usable for Enterprise customers and is used to retrieve the menu tree that you can configure in the Makaira backend. - [List storefront domains](https://docs.makaira.io/reference/get-storefront-domains.md): Returns the list of custom domains configured for the storefront. - [Add a storefront domain](https://docs.makaira.io/reference/post-storefront-domains.md): Adds a new custom domain to the storefront. - [Remove a storefront domain](https://docs.makaira.io/reference/delete-storefront-domain.md): Removes a custom domain from the storefront. - [Refresh ACM (SSL certificate)](https://docs.makaira.io/reference/patch-storefront-apps-refresh-acm.md): Triggers a refresh of the Automated Certificate Management for the storefront. - [List storefront deployments](https://docs.makaira.io/reference/get-storefront-deployments.md): Returns build/deployment information for the storefront. - [List GitHub branches for deployment](https://docs.makaira.io/reference/get-storefront-deployments-github-branches.md): Returns the available GitHub branches and the current auto-deploy branch. - [Set auto-deploy branch](https://docs.makaira.io/reference/put-storefront-deployments-github-deploy-branch.md): Updates the GitHub branch used for automatic deployments. - [Trigger a deployment](https://docs.makaira.io/reference/post-storefront-deployments-github-deploy.md): Triggers a new deployment from the configured auto-deploy branch. - [Get storefront config vars](https://docs.makaira.io/reference/get-storefront-config-vars.md): Returns the environment configuration variables for the storefront. - [Update storefront config vars](https://docs.makaira.io/reference/put-storefront-config-vars.md): Updates storefront environment variables and triggers a new deployment. - [Get storefront logs](https://docs.makaira.io/reference/get-storefront-log.md): Returns recent log messages from the storefront application. - [Get recommendations](https://docs.makaira.io/reference/post-recommendation.md): Retrieve recommended products - [Get public recommendations](https://docs.makaira.io/reference/post-recommendation-public.md): Public Endpoint to retrieve recommended products - [Recommendation Configuration](https://docs.makaira.io/reference/recommendation-config.md) - [List recommendation configurations](https://docs.makaira.io/reference/get-reco.md) - [Get recommendation configuration](https://docs.makaira.io/reference/get-reco-id.md) - [Create recommendation configuration](https://docs.makaira.io/reference/post-reco.md) - [Update recommendation configuration](https://docs.makaira.io/reference/put-reco-id.md) - [Delete recommendation configuration](https://docs.makaira.io/reference/delete-reco-id.md) - [Bulk delete recommendation configurations](https://docs.makaira.io/reference/delete-reco-bulk.md) - [Get available recommendation types](https://docs.makaira.io/reference/get-reco-available-types.md) - [List redirects](https://docs.makaira.io/reference/get-redirect.md): Public endpoint to retrieve all created redirects - [Create redirect](https://docs.makaira.io/reference/post-redirect.md): Create a new redirect - [Get redirect by ID](https://docs.makaira.io/reference/get-redirect-redirectid.md): Get Redirect by ID - [Update redirect by ID](https://docs.makaira.io/reference/put-redirect-redirectid.md): Update a redirect by ID - [Delete redirect by ID](https://docs.makaira.io/reference/delete-redirect-redirectid.md): Delete redirect by ID. - [Test a URL against all redirects](https://docs.makaira.io/reference/post_redirects-debug.md): Test a URL against all redirects - [Create redirects in bulk](https://docs.makaira.io/reference/post-bulk-redirect.md): Create redirects in bulk - [Get notification list](https://docs.makaira.io/reference/get-notifications.md) - [Create new notification](https://docs.makaira.io/reference/create-notification.md) - [Mark all notifications as read](https://docs.makaira.io/reference/read-all-notifications.md) - [Mark notifications as read](https://docs.makaira.io/reference/read-notifications.md) - [Bulk delete notifications](https://docs.makaira.io/reference/delete-notifications.md) - [Get filter aggregation values](https://docs.makaira.io/reference/post-filter.md): Get list aggreations - [RPC importer call](https://docs.makaira.io/reference/importer-start.md): Trigger full imports via API, needs importer[importerid]="source target" setting in customer config - [Get importer status](https://docs.makaira.io/reference/get-importer-status.md) - [Get all importer configs](https://docs.makaira.io/reference/get-all-importer-configs.md): Get all impoter configs - [Create importer config](https://docs.makaira.io/reference/create-importer-config.md): Create new importer config. - [Update importer config](https://docs.makaira.io/reference/update-importer-config.md): Update an importer config. - [Delete importer config](https://docs.makaira.io/reference/delete-importer-config-id.md) - [Bulk delete importer configs](https://docs.makaira.io/reference/bulk-delete-impoter-config.md): Delete multiple importer configs - [Delete all importer configs](https://docs.makaira.io/reference/delete-all-importer-configs.md) - [Delete importer config by schedule ID](https://docs.makaira.io/reference/delete-importer-config-by-schedule-id.md) - [Get importer config schedules](https://docs.makaira.io/reference/get-importer-config-schedule.md) - [Start importer scheduler](https://docs.makaira.io/reference/start-importer-scheduler.md): Start an importer scheduler. - [Stop importer scheduler](https://docs.makaira.io/reference/stop-importer-scheduler.md): Stop an importer scheduler. - [Get importer schedulers status](https://docs.makaira.io/reference/get-importer-schedulers-status.md): Get status of importer schedulers. - [Get importer scheduler logs](https://docs.makaira.io/reference/get-importer-scheduler-logs.md): Get all logs of a pod from Graylog. - [Create Smart Bundle](https://docs.makaira.io/reference/post-smart-bundle.md): Create a new bundle. - [Update Smart Bundle](https://docs.makaira.io/reference/put-smart-bundle.md): Update a bundle. - [Get Smart Bundle by ID](https://docs.makaira.io/reference/get-smart-bundle-by-id.md): Get a smart bundle by id. - [Delete Smart Bundle](https://docs.makaira.io/reference/delete-smart-bundle.md): Delete a bundle. - [Bulk delete smart bundles](https://docs.makaira.io/reference/delete-smart-bundle-bulk.md) - [Validate Smart Bundle](https://docs.makaira.io/reference/validate-smart-bundle.md): Validate filled slots of a bundle - [List Smart Bundles](https://docs.makaira.io/reference/get-smart-bundle-list.md): Get smart bundle list. - [Get Smart Bundle Revisions](https://docs.makaira.io/reference/get-smart-bundle-revisions.md): Get revision list of a bundle. - [Get Smart Bundle Revision Detail](https://docs.makaira.io/reference/get-smart-bundle-revision-detail.md): Get detail of a bundle revision. - [Restore smart bundle revision](https://docs.makaira.io/reference/put-smart-bundle-restore-revision.md) - [List apps](https://docs.makaira.io/reference/get-app-list.md): Get a list of all registered applications on the selected instance - [Create app](https://docs.makaira.io/reference/create-app.md): Register a new application on the selected instance - [Get app](https://docs.makaira.io/reference/get-app.md): Get a list of all registered applications on the selected instance - [Delete app](https://docs.makaira.io/reference/delete-app.md): Delete a registered app - [Validate app](https://docs.makaira.io/reference/validate-app.md): Check if a given HMAC is valid. This request is part of the Authorization-Flow, when you want to use the Auth-Token inside of your application. - [Get all personas](https://docs.makaira.io/reference/get_personas.md) - [Create a new persona](https://docs.makaira.io/reference/post_personas.md) - [Get a single persona by ID](https://docs.makaira.io/reference/get_personas-id.md) - [Update a persona](https://docs.makaira.io/reference/put_personas-id.md) - [Delete a persona](https://docs.makaira.io/reference/delete_personas-id.md) - [Bulk delete personas](https://docs.makaira.io/reference/delete_personas-bulk.md) - [Get persona landing page usage](https://docs.makaira.io/reference/get_personas-id-landingpage-usage.md) - [Create a new banner](https://docs.makaira.io/reference/post_banner.md) - [Get banner list](https://docs.makaira.io/reference/get_banner.md) - [Bulk delete banners](https://docs.makaira.io/reference/delete_banner.md) - [Update a banner](https://docs.makaira.io/reference/put_banner-id.md) - [Get a single banner](https://docs.makaira.io/reference/get_banner-id.md) - [Delete a single banner](https://docs.makaira.io/reference/delete_banner-id.md) - [Create a new placement](https://docs.makaira.io/reference/post_placement.md) - [Get placement list](https://docs.makaira.io/reference/get_placement.md) - [Bulk delete placements](https://docs.makaira.io/reference/delete_placement.md) - [Update a placement](https://docs.makaira.io/reference/put_placement-id.md) - [Get a single placement](https://docs.makaira.io/reference/get_placement-id.md) - [Banner Types](https://docs.makaira.io/reference/banner-type.md) - [List banner types](https://docs.makaira.io/reference/get-banner-type.md) - [Bulk upsert banner types](https://docs.makaira.io/reference/put-banner-type-bulk.md) - [Device Types](https://docs.makaira.io/reference/device-type.md) - [List device types](https://docs.makaira.io/reference/get-device-type.md) - [Bulk upsert device types](https://docs.makaira.io/reference/put-device-type-bulk.md) - [Create a new search query hook](https://docs.makaira.io/reference/post_search-query-hook.md) - [Update a search query hook](https://docs.makaira.io/reference/put_search-query-hook-id.md) - [Get all users](https://docs.makaira.io/reference/get_user.md) - [Create or Invite a user](https://docs.makaira.io/reference/post_user.md) - [Bulk delete users](https://docs.makaira.io/reference/delete_user.md) - [Get a user](https://docs.makaira.io/reference/get_user-userid.md) - [Update a user](https://docs.makaira.io/reference/put_user-userid.md) - [Get all roles](https://docs.makaira.io/reference/get_role.md) - [Create a role](https://docs.makaira.io/reference/post_role.md) - [Bulk delete roles](https://docs.makaira.io/reference/delete_role.md) - [Get a role](https://docs.makaira.io/reference/get_role-roleid.md) - [Update a role](https://docs.makaira.io/reference/put_role-roleid.md) - [List permissions](https://docs.makaira.io/reference/get-permissions.md) - [Preview effective permissions](https://docs.makaira.io/reference/post-permissions-preview.md) - [List all experiments](https://docs.makaira.io/reference/get-experiment-list.md): Returns a paginated list of experiments. Results are sorted and can be filtered by status, date, and search query. - [Create a new experiment](https://docs.makaira.io/reference/post-experiment.md): Create a new A/B testing experiment. - [Get an experiment by ID](https://docs.makaira.io/reference/get-experiment-id.md): Retrieve a single experiment by its ID. - [Update an experiment](https://docs.makaira.io/reference/put-experiment-id.md): Update an existing experiment. - [Delete an experiment](https://docs.makaira.io/reference/delete-experiment-id.md): Delete an experiment by ID. Running experiments cannot be deleted. - [Bulk delete experiments](https://docs.makaira.io/reference/delete-experiments-bulk.md): Delete multiple experiments by ID. Running experiments cannot be deleted. - [Get currently running experiments](https://docs.makaira.io/reference/get-experiment-running.md): Returns all currently running experiments. If A/B testing is not enabled for the instance, returns an empty list. - [Start an experiment](https://docs.makaira.io/reference/put-experiment-id-start.md): Start an experiment. The experiment must be in a startable state. - [Stop an experiment](https://docs.makaira.io/reference/put-experiment-id-stop.md): Stop a currently running experiment. - [Get experiment timeline](https://docs.makaira.io/reference/get-experiment-timeline.md): Returns a timeline of experiments within the specified date range. - [Get experiment results](https://docs.makaira.io/reference/get-experiment-id-results.md): Retrieve the results for an experiment. For finished experiments, returns archived results. For running experiments, fetches live results. - [Get experiment landing page results](https://docs.makaira.io/reference/get-experiment-id-landing-page-results.md): Retrieve landing page-specific results for a landing page experiment. - [Get supported metrics](https://docs.makaira.io/reference/get-experiment-supported-metrics.md): Returns the list of metrics supported for experiment evaluation. - [Get variation configurations](https://docs.makaira.io/reference/get-experiment-variation-configs-id.md): Retrieve the variation-specific configurations for an experiment. - [Update variation configurations](https://docs.makaira.io/reference/put-experiment-variation-configs-id.md): Update the variation-specific configurations for an experiment. - [Apply an archived variation](https://docs.makaira.io/reference/put-experiment-variation-apply.md): Apply a specific archived variation from a finished experiment as the new active configuration. - [Check machine learning data satisfaction](https://docs.makaira.io/reference/get-machine-learning-check-data-satisfaction.md): Check whether sufficient data has been collected for machine learning-based experiments (personalization). - [List audit log categories](https://docs.makaira.io/reference/get-audit.md): Returns a list of audited entity types with their change counts, sorted alphabetically by title. - [Monitoring](https://docs.makaira.io/reference/monitoring.md) - [List search terms](https://docs.makaira.io/reference/get-search-terms.md): Returns a paginated list of search terms recorded within a given time range. - [Check search term](https://docs.makaira.io/reference/get-search-term-check.md): Checks whether a search term is handled by any configured rule. - [Download search terms as CSV](https://docs.makaira.io/reference/get-search-term-download.md): Downloads search term data as a CSV file. - [API heartbeat](https://docs.makaira.io/reference/get-heartbeat.md) - [Public Fields](https://docs.makaira.io/reference/public-fields.md) - [List public fields](https://docs.makaira.io/reference/get-publicfield.md) - [Get public field](https://docs.makaira.io/reference/get-publicfield-id.md) - [Create public field](https://docs.makaira.io/reference/post-publicfield.md) - [Update public field](https://docs.makaira.io/reference/put-publicfield-id.md) - [Delete public field](https://docs.makaira.io/reference/delete-publicfield-id.md) - [Ranking Mix Config](https://docs.makaira.io/reference/ranking-mix-config.md) - [Get ranking mix configuration](https://docs.makaira.io/reference/get-ranking-mix-config.md) - [Update ranking mix configuration](https://docs.makaira.io/reference/put-ranking-mix-config.md) - [Check ranking mix data](https://docs.makaira.io/reference/get-ranking-mix-config-check-data.md) - [Manufacturer](https://docs.makaira.io/reference/manufacturer.md) - [List manufacturers](https://docs.makaira.io/reference/get-manufacturer.md) - [Statistics](https://docs.makaira.io/reference/statistics.md) - [Get dashboard statistics](https://docs.makaira.io/reference/get-statistics.md) - [Get route statistics](https://docs.makaira.io/reference/get-statistics-routes.md) - [Download goal statistics as CSV](https://docs.makaira.io/reference/get-statistics-goals-id-data.md) - [How to connect to the Persistence Layer through Makaira API proxy?](https://docs.makaira.io/reference/how-to-connect-to-the-persistence-layer-through-makaira-api-proxy.md)