strapi_request
Send authenticated requests to Strapi to access custom endpoints, including admin and content-manager routes.
Instructions
Make an arbitrary authenticated request to Strapi. Use this for custom endpoints and admin/content-manager endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | Path beginning with /, for example /api/articles or /content-manager/content-types. | |
| query | No | ||
| method | No | GET | |
| useAdminToken | No | Use STRAPI_ADMIN_TOKEN if set; useful for /content-manager endpoints. |