The Marzipan REST API enables you to interact with the Marzipan platform, retrieve data, and allow customers to manage their and accounts. You may wan to use our web components instead of the API.Documentation Index
Fetch the complete documentation index at: https://docs.marzipan.co/llms.txt
Use this file to discover all available pages before exploring further.
The API is currently in beta and subject to change.
Getting Started
To get started with the Marzipan API, you will need to create an API key with the right permissions in your Marzipan account settings. You will be able to choose the permissions you need for your API key. The current available permissions are:read- read access to products, collections, events, subscriptions and CMScreate- create access to products, collections, events, subscriptions and CMSupdate- update access to products, collections, events, subscriptions and CMSdelete- delete access to products, collections, events, subscriptions and CMScart:create- create access to cartscart:update- update access to cartscart:read- read access to cartscart:delete- delete access to carts
Authentication
The Marizpan API uses Bearer authentication. Include your generated api key in theAuthorization header of your HTTP requests.

