# API

The following chapter contains API tutorials for developers who are using Monogoto.

The base URL for all API requests is <mark style="color:red;">`https://console.monogoto.io`</mark>&#x20;

{% hint style="info" %}
More information about the the APIs can be found in the[ **Advanced Console**](https://console.monogoto.io/#/admin/api), under **API**.
{% endhint %}

## API Tips

### Swagger file <a href="#swagger-file" id="swagger-file"></a>

If you need access to swagger file, you can find it following this link <https://console.monogoto.io/swagger-api/undefined/CustomerAPI.yaml>​

### Chrome developer tools <a href="#chrome-developer-tools" id="chrome-developer-tools"></a>

We suggest using "chrome developer tools" while working with Monogoto portal. This way you can "copy & paste" the usage of our API.

### NodeRED contrib <a href="#nodered-contrib" id="nodered-contrib"></a>

If you are using NodeRED, we would advise you to use our NodeRED contrib <https://flows.nodered.org/node/node-red-contrib-monogoto-customer>​


---

# 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://docs.monogoto.io/developer/api.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.
