API Reference

List organizations for current user

Para obtener la información de la organización a la que se pertenece tenemos el siguiente endpoint

Prerequisitos

Este endpoint no tiene prerequisitos

Resumen

  • Verbo HTTPS : GET
  • Endpoint : /api-gateway/core/v1/organizations
  • Response
{
  "data": [
    {
      "id": "1",
      "name": "Nombre Organizacion"
    }
  ],
  "meta": {
    "correlationId": "5b1c3dc2-ffe9-4a72-8944-a75d385094f1",
    "timestamp": "2025-05-05T14:26:10Z"
  }
}
Language
URL
Click Try It! to start a request and see the response here!