--- title: 'Strapi' description: '' --- # Strapi undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://{your-strapi-host}/api` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `strapi` | ## Using Strapi in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Strapi** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_entries_0) | List Entries | | [GET ](./get_create_entry_1) | Create Entry | | [GET ](./get_update_entry_2) | Update Entry | | [GET ](./get_delete_entry_3) | Delete Entry | | [GET ](./get_upload_file_4) | Upload File | | [GET ](./get_list_content_types_5) | List Content Types | | [GET ](./get_get_current_user_6) | Get Current User | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.