Ucotron Cortex
API reference

The tenant's clients.

Flow guide: Portfolio and plots

GET
/v1/clients

Authorization

bearerFixtureToken
AuthorizationBearer <token>

Token fixture del sandbox. Hay tres: acceso completo, sólo lectura y otra organización — para poder ejercitar 200, 403 y 404 cross-tenant. Ninguno es un secreto.

In: header

Query Parameters

cursor?string

Opaco. Usá el nextCursor de la página anterior; construirlo a mano se rompe cuando cambie la paginación.

limit?integer
Range1 <= value <= 250
Default25

Header Parameters

x-ucotron-tenant-id?string

Organización. Si viene, tiene que coincidir con la de la credencial: un header que la sobreescribiera sería el propio bypass.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/clients"
{  "data": [    {      "clientId": "client_sbox_e7d43e17",      "displayName": "Cooperativa Sintética Pergamino",      "taxIdRef": "synthetic-tax-id-sbox-001",      "contactEmail": "cooperativa@sbox.invalid",      "segment": "cooperativa",      "createdAt": "2025-11-03T14:00:00.000Z"    }  ],  "page": {    "nextCursor": null,    "previousCursor": null,    "limit": 25,    "hasMore": true  }}