Authentication
All NFTPort APIs use a single authentication scheme: an API key passed in the HTTP request header.
To authenticate your request, do the following:
-
Retrieve your API key from the dashboard.
-
Add the
Authorization: YOUR-API-KEY-HERE
header into your API call.
To debug various error codes related to authentication, please see Error codes.
Updated almost 2 years ago