Retrieves all the available providers to deploy NFTs.
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 } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available providers.
The response is of type object.
object
Was this page helpful?