Skip to main content
GET
Get a participant

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

Participant id (UUID).

Example:

"0190b5a0-0000-7000-8000-0000000000aa"

Response

OK

active
boolean
required

Whether the participant is active.

Example:

true

connectivityOk
boolean | null
required

Last connectivity-probe result; null until a probe runs.

Example:

true

createdAt
string<date-time>
required

Creation timestamp (RFC3339 UTC).

Example:

"2026-06-15T07:50:00Z"

id
string
required

Participant id (UUID).

Example:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

lastConnectivityAt
string<date-time> | null
required

Timestamp of the last connectivity probe (RFC3339 UTC); null until a probe runs.

Example:

"2026-06-15T07:50:00Z"

name
string
required

Participant legal name.

Example:

"Acquirer Example S.A."

type
string
required

Participant role/type in the card-settlement flow.

Example:

"ACQUIRER"

updatedAt
string<date-time>
required

Last-update timestamp (RFC3339 UTC).

Example:

"2026-06-15T07:50:00Z"

bcbCode
string

Participant code at the Banco Central.

Example:

"0001"

document
string

Participant CNPJ (14 digits, unformatted).

Example:

"12345678000199"

ispb
string

Participant ISPB (8-digit identifier).

Example:

"29011780"

metadata
object

Free-form tenant metadata key/value pairs.

nucleaCode
string

Participant code assigned by Núclea.

Example:

"NU12345"