Get institution config by id
Returns the institution’s configuration as a safe metadata view (the credentials reference and any other secret material are omitted). The institution is addressed by the path id.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Response
OK
The outbound connector type for this institution.
"midaz"
RFC 3339 creation timestamp (UTC).
"2024-01-15T10:30:00Z"
Whether the connector configuration is active.
true
The institution's BACEN CNPJ (8 digits) for return-file headers and file header validation.
"12345678"
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
RFC 3339 last-update timestamp (UTC).
"2024-01-15T12:00:00Z"
Connector-specific configuration bag, scrubbed of secret-bearing keys.
Operational retry policy (backoff/attempts) as arbitrary JSON.

