Skip to main content
GET
/
api
/
v1
/
utils
/
test-api
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!"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nostrapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

success
boolean
Indicates whether the call was successful. true if successful, false if not.
message
string
Message detailing the results of the operation.
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!"
}