Skip to main content
GET
Get channel settings

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Response

OK

channelStatus
enum<string>
required

SPB channel connectivity status: CONNECTED or PENDING_CONFIGURATION.

Available options:
CONNECTED,
PENDING_CONFIGURATION
Example:

"CONNECTED"

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"req-7a3f9c2e"

deliveryMode
enum<string>
required

Notification delivery mode: WEBHOOK, EVENT (streaming), or BOTH.

Available options:
WEBHOOK,
EVENT,
BOTH
Example:

"WEBHOOK"

ispb
string
required

Participant ISPB the settings belong to, the 8-character BACEN institution identifier.

Required string length: 8
Pattern: ^[0-9A-Z]{8}$
Example:

"12345678"

webhooks
object[] | null
required

Configured webhook endpoints that receive STR notifications.

certDaysRemaining
integer<int64>

Whole days remaining until the active certificate expires; absent when no certificate is configured.

Example:

365

certificateExpiresAt
string<date-time>

UTC RFC 3339 expiry timestamp of the active ICP-Brasil certificate; absent when no certificate is configured.

Example:

"2027-05-04T18:30:00Z"

metadata
object

Client-supplied settings metadata; sensitive keys and values are redacted before being returned.

readiness
object

Embedded readiness summary: aggregate status plus blocker and warning messages. Present only when a readiness source is wired into the settings handler.