curl --location --request GET 'https://nostrapi.com/api/v1/utils/test-api' \ --header 'Content-Type: application/json' \ --header 'apikey: <YOUR_KEY_HERE>'
{ "success": true, "message": "This is a valid API key!" }
Test API to check the validity of NOSTRAPI API keys
true
false