Strapi

Strapi integration on indie.money — read, create, update, and delete content entries via the Strapi API

Written By pvdyck

Last updated About 1 hour ago

Strapi

Supported — Consume the Strapi API to manage content-type entries.

NodesStrapi
AuthUsername & Password or API Token via Secure Vault

Credential Setup

Strapi offers two authentication methods. Choose the one that matches your node's Authentication setting.

Username & Password (Strapi API) — provide:

  • Email — the email of a Strapi user account (not an admin account)
  • Password — the password for that user account
  • URL — the base URL of your Strapi instance (e.g. https://api.example.com)
  • API Version — Version 3 (Strapi 3) or Version 4 (Strapi 4)

API Token (Strapi API Token) — provide:

  • API Token — a Strapi API token used as a bearer credential
  • URL — the base URL of your Strapi instance (e.g. https://api.example.com)
  • API Version — Version 3 (Strapi 3) or Version 4 (Strapi 4)

Operations

Entry

  • Create — add a new entry to a content type
  • Get — retrieve a single entry by ID
  • Get Many — retrieve many entries, with optional sort, filter (JSON query), and publication-state options
  • Update — modify an existing entry
  • Delete — remove an entry by ID

Compatibility

All operations supported.