Getting Started

This documentation will use cURL for example purposes. Please be sure to replace <API_TOKEN> with your api token

API Token

Your API token in located in your user settings page (https://www.zenput.com/settings/). The token will look something like: 844ec703b29b0ff99c2e7b3ec9c0db47

๐Ÿšง

If you do not have a token, please contact [email protected].

Making your first request

Now that you have an API token you should be able to make requests to Zenput. Below is a sample request to get a list of your form templates. Go ahead and be sure that this request will return you a result

curl --header "X-API-TOKEN: <API_TOKEN>" \
	'https://www.zenput.com/api/v1/forms/list_templates/?count=true'

๐Ÿ‘

You should be all setup to make API calls!

If you encounter any problems, please contact [email protected]. Otherwise, continue with the documentation on the left.