GET
/
providers
curl --request GET \
  --url https://lab.trustos.telefonicatech.com/track/v2/providers \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "message": "Providers found",
  "data": {
    "providers": [
      {
        "name": "Hyperledger Besu",
        "networkId": 1004
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Available providers.

The response is of type object.