To access these APIs, you must pass the API_KEY in the headers. You can get this API key in Settings > API Settings.
curl --request GET \
--url 'https://<subdomain>.neetokb.com/api/v1/articles' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_API_KEY'