# Other API Endpoints

The Fera Partners API has a limited set of endpoints available to you because it does not require prior authorization from each Fera merchant to use.

The Fera Partners API gives you easy access to public data, but much more can be accessed via the [store Private API](https://developers.fera.ai/reference/authentication).

To access all API endpoints available then you need to create a [Fera app](/partner-portal/apps.md) and [authenticate via OAuth](https://developers.fera.ai/docs/partners-app-authentication?ref=partner-docs).&#x20;


---

# Agent Instructions: 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://partner-docs.fera.ai/developers/partner-api/other-api-endpoints.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.
