TickSights
TickSights DashboardsGet TickSights Tool
  • Getting Started
    • Welcome
    • FAQs
    • Changelog
  • TickSights Tool
    • Dashboard
    • Search Events
    • Add New Events
    • Event Detail Page
    • User Settings
    • Favorites
    • Historical Data
    • Calendar
  • Partnerships
    • Stubhub int.
    • Capsolver
  • Others
    • Customized Versions
    • Ticket Tracking Sheet
    • Accounting & Invoices
      • Bayer 04 Invoice
      • Ticketmaster (UK) Invoice
      • Ticketmaster (EU) Rechnung
      • Tickets & Steuern
  • API
    • Introduction
    • Authentication
    • Pagination
    • Resources
      • List Events
      • Get Event
      • Get Event Sales
      • Get Event Average Ticket Price per Block
      • Get Topsellers
Powered by GitBook
On this page

Was this helpful?

  1. API

Authentication

The Sales Tracker API uses Bearer token authentication. All requests to the API endpoints must include a valid Bearer token in the Authorization header. For example:

Authorization: Bearer YourSecretToken

Usage Example: When making a request, your HTTP headers should include:

GET /event/123 HTTP/1.1
Host: api.ticksights.com
Authorization: Bearer YourSecretToken

Using HTTPS is strongly recommended to protect the token during transmission.

PreviousIntroductionNextPagination

Last updated 8 hours ago

Was this helpful?