Decoration ronde coloree Avomark

API Avomark

One place to enrich your offering with the best of our solutions!

Easily integrate our solutions into your products:
POS systems, kiosks, vending machines, terminals, IoT, e-commerce, payment apps, mobile apps, and more...

Starter Kit

Icone main etoiles satisfaction

What is the 360 API?

It provides access to the customer loyalty features of the Avomark 360 solution.

This API enables the exchange between the Avomark ecosystem and external solutions such as POS systems, kiosks, e-commerce platforms, ERP, CRM, payment terminals, and more.

As part of this offer, we provide you with a free developer access to all of our services.

How do I use our API?

You can use our API from one of your existing solutions, develop your own interface, or query it directly from Postman. It will give you access to our loyalty solutions.

After filling in our form, you will receive your login, password, and terminal number by email, allowing you to generate a token and access all routes of our API. You will then be able to assign cards to consumers, process transactions, and generate and use a loyalty balance.

You will find documentation covering all endpoints, as well as a user guide to get started.

Decoration ronde coloree Avomark

Basic API Call Examples

Retrieving a token:

				
					var client = new RestClient("https://api360.avomark.fr/api/token");
client.Timeout = -1;
var request = new RestRequest(METHOD.POST);
request.AddParameter("username", "");
request.AddParameter("password", "");
request.AddParameter("terminal", "");
IRestResponse reponse = client.Execute(request);
Console.WriteLine(response.Content);
				
			

Finding a customer:

				
					var client = new RestClient("https://api360.avomark.fr/api/v1/customer/{customerd}");
client.Timeout = -1;
var request = new RestRequest(METHOD.GET);
IRestResponse reponse = client.Execute(request);
Console.WriteLine(response.Content);
				
			

Finding a customer's Loyalty Card:

				
					var client = new RestClient("https://api360.avomark.fr/api/v1/cards/{numberCard}");
client.Timeout = -1;
var request = new RestRequest(METHOD.GET);
IRestResponse reponse = client.Execute(request);
Console.WriteLine(response.Content);
				
			

Developer Access

Request your free access now!

Icone confetti celebration

Are you a developer? Fill in the form to get access to Avomark solutions

Terms of use: Maximum 1 free subscription per company Maximum 100 cards / subscription 100 free emails / month
Subject to: approval by Avomark (thank you for your patience — high demand occasionally causes delays) use of the program for testing purposes only
Any other use of our solutions will be subject to billing.

Are you a customer of a brand and have questions about its Loyalty Program?
Unfortunately, we are unable to help you — please do not fill in this form and contact your favourite store directly.

    Decoration ronde coloree Avomark