Manage your Strapi content through REST API. Create, read, update, and delete documents in collection types and single types.
Use Strapi as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Get a list of documents from a collection type
Get a single document by its documentId
Create a new document in a collection type
Update an existing document by its documentId
Delete a document by its documentId
Get a single type document (e.g., homepage, about)
Update or create a single type document