routes - NIAID-Data-Ecosystem/nde-strapi GitHub Wiki

Environment Routes

The following table lists the URLs for accessing the Strapi Admin Panel and the associated API base URLs for each environment.

NIAID Data Ecosystem Environment Admin Panel URL API Base URL
Production strapi.nde.biothings.io data.niaid.nih.gov/strapi/api
Staging strapi.nde.biothings.io data-staging.niaid.nih.gov/strapi/api
Development strapi.nde-dev.biothings.io nde-dev.biothings.io/strapi/api

The staging and production environments share a strapi application and database. Additional configuration information for the NIAID Data Ecosystem can be found here.

API Routes

For a full list of api routes, see content-types.

Permissions

Strapi automatically provides an API to query your data but must be enabled by navigating to Settings > Roles > Public (for public routes) and Settings > Roles > Authenticated (for routes that require authentication) that you wish to enable.

Example of permissions list


📖 Relevant Strapi Documentation

⚠️ **GitHub.com Fallback** ⚠️