Introduction

Authentication

Base Url

Base URL for the requests are: https://partner.api.showsonsale.com

API Key

After you have been onboarded by the Shows On Sale team, you'll be provided with an API key.

Header Authentication

The recommended way to authenticate with our API is via the x-api-key header.

GET /events

x-api-key: xyz123abc321

Query String Authentications

In cases where you're not capable to authenticate with a header, we will also accept authentication via the apiKey query string parameters.

GET /events?apiKey=xyz123abc321
Previous
Getting started