Saltar al contenido principal
GET
/
v1
/
data-sources
Listar fuentes de datos
curl --request GET \
  --url https://reporter.sandbox.lerian.net/v1/data-sources
[
{
"data": [
{
"id": "midaz_onboarding",
"externalName": "onboarding",
"type": "postgresql"
},
{
"id": "midaz_transaction",
"externalName": "transaction",
"type": "postgresql"
},
{
"id": "fees",
"externalName": "fees",
"type": "mo\"ngodb"
}
]
}
]

Headers

Authorization
string

The authorization token. Important: This header is required if your environment has the Access Manager plugin enabled.

X-Organization-id
string

The unique identifier of the Organization associated with the request.

Response

Si la operación es exitosa, recibirás una lista con todas las fuentes de datos.

Información sobre las fuentes de datos.

data
object[]
required

Lista de fuentes de datos disponibles actualmente en el sistema.