cURL
curl --request GET \ --url https://lab.trustos.telefonicatech.com/cert/v2/providers \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "message": "Available providers", "data": { "providers": [ { "name": "Hyperledger Besu", "networkId": 1004 } ] } }
Retrieves all the available providers to deploy NFTs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available providers.
Request status code.
200
Message returned by the request.
"Available providers"
Data returned by the request.
Show child attributes
Was this page helpful?