Ask AI

Access Keys for API, Events Feed and Stories feed

Update: 08 September 2025 for Release v218


Your Peppered platform offers 2 Feeds for third parties to access your data:

  1. Peppered Stories: APIJSON feed of all relevant stories on your website
  1. Peppered Events: APIJSON feed of all relevant events on your website
ย 

Your Peppered platform also comes with a RESTful API which offers endpoints for

  • Productions
  • Events
  • Halls
  • Spaces
  • Locations
  • Genres
  • Prices
  • Event statuses
  • Event images
ย 

The benefits of these feeds and the API is you, as a venue, will be in control of who has access to your data.

โš ๏ธ
End of life 31 December 2023 Notice https://{site}/feed/peppered (XML) (the โ€œdefaultโ€ feed) https://{site}/feed/iamsterdam (XML) Please convert all feeds to the new JSON format before this date. These feeds were switched off as of Release v196.

Providing Access Keys to Third Parties

Each party that wants access to your API, Events feed or Stories feed needs a secret Key. You can generate these keys yourself:

Go to System > API Access Keys to generate Keys yourself to share with all parties you want to give access.

  • Select Add in the API Access Keys module
ย 
  • The Feed Access Keys screen will appear:
  • Add the Name of the party that will use the key. It is advised to generate different keys for different parties, so you can see who has access, and you can change this for each party if needed.
  • Key Type:
    • For Events or Stories feed select feed
    • For API access select api platform
  • Expiration: Option to add an expiration date if you want to provide access for a limited time only. Optional field.
ย 
โš ๏ธ
Take note! After filling in a Name, directly copy the key you can see in the screen. This will be the only time this key is shown. You cannot find it anywhere after you click Save.

Repeat this process for all parties that need access to your Events or Stories feeds or API.


ย 

Removing API Access

You can Retract a key once the party is no longer using your feed, or you do not want them to use your feed anymore.

If the secret key was forgotten or lost, use the "refresh" icon to obtain a new key for a particular feed.


How to get the URL of an event feed

After creating and copying the new key for the feed, you can now generate previews of different feeds.

In the API Access Keys module, in the Test a Key and API section:

  • Select one of the feed options to view it, enter the key you just copied and click Run test.
Notion image

The URL of the feed can be copied from the browser window in which the feed is opened.

Copy the feed URL and send it together with the access key to any partner you want to give access to your feed.

  • The Events (JSON) feed includes a lot of Production and Event data, including real time availability. It looks like this (when using a suitable JSON viewer):
    • Example Events (JSON)
      Example Events (JSON) feed data output
  • The Facebook stream, Facebook and Google feeds can be used to import your events to these platforms for advertising.
    • ๐Ÿšง
      Take note! Only events or productions with the "enable remarketing" checked will be included in these feeds. More information inย the Productions article.
ย 

How to get the URL of the API

The API can be found on your own web domain, followed by /api/docs

For example if your domain is www.thebestvenue.com, the API URL can be found at www.thebestvenue.com/api/docs

Send this URL and the API access key to any partner that needs it.


Extra information you need to send to a third party for the event feed

If the third party uses your feed via the POST-method

All you have to do is send

  • the URL of the feed (you can copy that url from the "run test" preview window),
  • The Key you generated,
  • and the documentation (see below)

to the party that will need it.

If the third party uses your feed via the GET-method

Send the URL of the feed, and place the api-key you generated in the URL directly.

If the third party uses your REST API endpoints

All you have to do is send

  • the URL of the API,
  • And the Key you generated

Documentation for third parties

Documentation on how to connect to your events or stories feed or Activity API is available for all third parties. You can share this PDF with anyone you want. Make sure you also provide a Key so they can access your data.


ย 
Did this answer your question?
๐Ÿ˜ž
๐Ÿ˜
๐Ÿคฉ