<aside> 💡 Looking for v1? Follow the link. Note that you should use version 2 for new events

</aside>

About

Hypersay Events allows you to perform certain actions programmatically from your own website / ticketing platform, etc. via our Application Programming Interface — API. This API is under active development so expect more modules to be added soon.

Our API is based on the http protocol and uses conventions very close to REST. So we support virtually all programming languages and paradigms.

Table of Contents

<aside> 💡 You might want to check out our Hypersay-Zapier Integration too for an easy no-code approach.

</aside>

Getting Started

As of January 2022, API access is in a closed beta. We are happy to enable the feature for you, so please drop us a message if you wish to have access.

The current endpoint is: https://hypersay.events/api/v2.

Once the feature is enabled, your organisation will be able to generate and manage API keys. There are multiple keys per organisation and you need to keep them secret. You can find the API Key management feature in your organisation dashboard at https://hypersay.events/my

Once the key is generated you will have to use it by adding the Authorization: Bearer <YOUR KEY> http header to all your request.

Tickets API Developer Reference

Ticket types Structure

{
		"id": "501d23ebffff667de9d2c659",
		"createdAt": "2021-02-05T10:54:35.682Z",
		"updatedAt": "2022-03-14T07:15:42.983Z",
		"label": "Free Ticket",
		"description": "It's free to attend this event, get a ticket and ensure you save your spot in our upcoming event.",
		"limit": 0,
		"price": 0,
		"currency": "eur",
		"visibility": "public",
		"enabled": true
	}