Coupontools Logo

API & Webhooks

Connect the Coupontools platform with your apps or web projects. The Coupontools REST API allows you to query meta-data about your account, campaigns, distribution, validations, and usage data.

Authentication

Your API Keys (POST values)
client_id: Login to your account to get your API keys
client_secret: Login to your account to get your API keys
Your API Keys (Authentication headers)
X-Client-Id: Login to your account to get your API keys
X-Client-Secret: Login to your account to get your API keys
How to authenticate?
The API client and secret must be sent along with each API request, by providing it in the HTTP call's Authorization header or adding the client_id and client_secret parameters to the POST values.
Example response with succesful authentication
				{
					"status": {
						"status": "OK"
					}
				}
				
Example response with failed authentication
				{
					"status": {
						"status": "failed",
						"errors": {
							"error_code": 1000,
							"error_message": "HTTP/1.0 401 Unauthorized. Client ID or Secret not correct."
						}
					}
				}
				

Register now for a 7-days trial account

Start using Coupontools today!

Great you're here! Cookies? Read our Privacy Policy. I accept
x