Trifaco API
Empresa

Consultar configuración de entrega

GET/v1/company/delivery-settings

Estado: parcial. Ambientes: simulation, qualification. Permisos: company:read.

Alcance: Configuración por empresa/ambiente; valores externos por defecto. channel_status solo indica URL de ensayo configurada; no verifica disponibilidad ni correo real.

Consultar configuración de entrega

Authorization

ClientApiKey
X-API-Key<token>

Secreto ligado a empresa, actor, permisos y ambiente. No admite cambiar empresa por body/header.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/company/delivery-settings"
{  "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",  "environment": "simulation",  "version": 1,  "mode": "external",  "automatic": true,  "recipients": [],  "channel": "local_test",  "channel_status": "not_configured",  "message": "string"}