API Check

There are some cases where you might want to check whether the user still has a specific NFT in their NFTpay wallet. In order to do this, you can run a GET call like so:

GET /user/nfts/{email}/{contract_uuid}

This will return a list of NFTs for that user's email for the specified contract.

Last updated