> For the complete documentation index, see [llms.txt](https://faundit.gitbook.io/faundit-api-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faundit.gitbook.io/faundit-api-v2/overview.md).

# Overview

{% hint style="warning" %}
We updated our API endpoints and updated authentication requirements. This update introduces new functionalities, updated naming, route paths, parameters, and body.<br>

**Previous Names:**\
\&#xNAN;*Example 1: Members* have been renamed to *Locations.*\
*Example 2: The identifier `faundit_memberID` is `locationID` now.*

**Removed Requirements:**&#x20;

*Example 3: The`faundit_memberID` is no longer required on the headers. Instead, it would be expected in some endpoints as part of the body, under the property name `locationID.`*<br>

If you integrated with our API before this update, everything will continue to function as expected. You can also use your old `faundit_memberID` as the new `locationID`.

Please contact us if you encounter any unexpected issues.
{% endhint %}

## Welcome

Here you'll find all the information needed to use our public API to integrate Faundit into your system.

Faundit’s API v2 allows your user to manage different types of data through our REST API:

* [Lost Items](/faundit-api-v2/endpoints/lost-items.md)
* [Customer Requests](/faundit-api-v2/endpoints/customer-requests.md)
* [Users](/faundit-api-v2/endpoints/users.md).
* [Locations](/faundit-api-v2/endpoints/locations.md)
* [Countries](/faundit-api-v2/endpoints/countries.md)
* [Regions](/faundit-api-v2/endpoints/regions.md)

## Support

We're here to help you get the most out of our API. If you have any questions, encounter any issues, or have feedback on how we can improve our API, feel free to send us an email to <tech@faundit.com>.\
\
We look forward to hearing from you!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faundit.gitbook.io/faundit-api-v2/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
