Skip to main content

Overview

Version: 1.0.0

Purpose

The purpose of the Management API is to allow you to programmatically create & modify your templates without manually logging into the browser. This can be useful when your SaaS needs to dynamically generate templates based on user actions.

Authentication

The Management API uses a simple API key that you can find in your DolphinCSV dashboard. Simply include the API key in the X-Api-Key header in all of your requests.

info

Include the API Key under the X-Api-Key header, as follows:

GET /some-api-endpoint HTTP/1.1
Host: https://service.dolphincsv.com
X-Api-Key: YOUR_API_KEY