laerciosimoes / biohacking-xrpl

Biohacking XRPL Smart Contract for Clinical Diagnostic Support
Apache License 2.0
0 stars 0 forks source link

Define API Specifications #12

Closed laerciosimoes closed 1 month ago

laerciosimoes commented 1 month ago

Define the API specifications for integrating the NFT system with existing healthcare management systems

laerciosimoes commented 1 month ago

API Names and Methods

API Name Method Endpoint
Login POST /auth/login
Register POST /auth/register
Mint NFT POST /nfts
Get NFT Details GET /nfts/{tokenId}
Transfer NFT POST /nfts/transfer
License NFT POST /licenses
Get Licensing Details GET /licenses/{tokenId}
Distribute Payment POST /payments/distribute
Withdraw Funds POST /payments/withdraw
Get User Details GET /users/{userId}
Update User Details PUT /users/update