GET
/
v1
/
banks
/
participants
Retrieve Pix System Participants
curl --request GET \
  --url http://localhost:4011/v1/banks/participants \
  --header 'Authorization: Bearer <token>'
{
  "resultado": [
    {
      "bankId": "12345678",
      "name": "Banco Example S.A.",
      "pspType": 1,
      "pspStatus": 1
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Response

Bank participants retrieved successfully

resultado
object[]