Auth
Create API key
API keys can be issued by logging into the NFT Garden and going to the API key menu.
Authentication with API key
You can authenticate by assigning an API key to x-api-key
in the header when making an API request.
If no API key is specified, the request will automatically fail. Also, requests for functions that are not authorized when the API key is issued will also fail.
Request example
The above command is an example of specifying an API key, so it will not work properly as is.
Last updated