# API Reference

Para conocer los detalles de cada API, consulte nuestra documentación completa.

## Métodos

Recordemos todos los métodos CRUD, cada una de las letras de esta sigla corresponden a una acción en particular: ***Create*****&#x20;(crear),&#x20;*****Read*****&#x20;(leer),&#x20;*****Update*****&#x20;(actualizar) y&#x20;*****Delete*****&#x20;(eliminar)**.&#x20;

A continuación encontrará todos los módulos correspondientes a la administración y consultas de los negocios, clientes y tarjetas.

{% content-ref url="/pages/alQPuf1FCYXEH0DYhCXe" %}
[Authentications](/reference/api-reference/authentications.md)
{% endcontent-ref %}

{% content-ref url="/pages/gmXT2UjZcgOjMj9GoSmc" %}
[Security](/reference/api-reference/security.md)
{% endcontent-ref %}

{% content-ref url="/pages/JFnB4By3N114UkIX33Kj" %}
[Merchants](/reference/api-reference/merchants.md)
{% endcontent-ref %}

{% content-ref url="/pages/BTTGzeuRzSZnMX4dQLoL" %}
[Clients](/reference/api-reference/clients.md)
{% endcontent-ref %}

{% content-ref url="/pages/UcMKY463e0etYAbk9sdk" %}
[Cards](/reference/api-reference/cards.md)
{% endcontent-ref %}

{% content-ref url="/pages/qoaRZTRJQIdXra1TViCo" %}
[Client-cards](/reference/api-reference/client-cards.md)
{% endcontent-ref %}


---

# 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.globalbridgeconnections.com/reference/api-reference.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.
