Technology Providers

Integrate your platform with Localoy once, and act for every partner who connects it — with exactly the access each partner grants.

A Technology Provider is a platform that Localoy partners already use to run their business: a ticketing system, a point-of-sale, a booking engine, a website builder. This book is for the engineers who build one.

You integrate with Localoy once. Each partner who uses your platform then connects it to their Localoy account from the Partner Portal, chooses what it may do, and hands you a one-time code. From then on your server calls the Open Network API for that partner, with your own key.

Who this book is for#

You are buildingRead
A platform that serves many Localoy partners — ticketing, POS, booking, ERP, hotel or website softwareThis book. You hold one set of provider keys and act for every partner who connects you.
Your own business's link to your own Localoy accountThe Open Network API book. You need a partner API key, not a provider key.

The model in one picture#

Connect once, then act for the partner
Connect once, then act for the partnerPartnerLocaloyYour server1. Provider keys (ltp_…)2. Deep link: connect to Localoy3. Grant scopes, generate code4. LCC-… valid 15 minutes5. Paste the code6. POST /connections/claim7. 201 connection with partnerId8. API call + X-Localoy-Partner-Id9. Webhooks, each with its partnerId
  1. Localoy → Your server: Provider keys (ltp_…)
  2. Your server → Partner: Deep link: connect to Localoy
  3. Partner → Localoy: Grant scopes, generate code
  4. Localoy → Partner: LCC-… valid 15 minutes
  5. Partner → Your server: Paste the code
  6. Your server → Localoy: POST /connections/claim
  7. Localoy → Your server: 201 connection with partnerId
  8. Your server → Localoy: API call + X-Localoy-Partner-Id
  9. Localoy → Your server: Webhooks, each with its partnerId

Your key says who is calling. The connection says for whom, and what that partner allowed. A call made for a partner needs both.

What a partner can let you do#

The partner grantsYou can
REGISTRATIONCreate catalogue items for the partner and link them to its tickets, activities or tables.
UPDATEChange and remove the items you created for the partner.
INVENTORYRead your items and the bookables you can link them to.
PAYMENTRead the partner's payment sessions, report results and record refunds.
BOOKINGSReceive the partner's bookings as webhooks.

Localoy decides which of these you may ask for, and which modules — events, dining, activities — you serve. The partner decides which to grant, and can pause, narrow or end the connection at any time. See How it works.

What stays with the partner#

  • Consent. Only the partner, signed in to its own account, can connect you or give you more access.
  • Its settings. The checkout URL and the inventory endpoint Localoy calls are saved by the partner in its Partner Portal. See Settings each partner saves.
  • Visibility. Every call you make for a partner appears on its Open Network → Activity page, under your name.

Chapters#