Professional structures & integrations

Two modes,
one API

Either you receive public Ossau outings via webhook, or you publish your own outings via our endpoint. No over-engineering: one event, one HTTP call.

Professional structures & integrations
What you get

Design your outings, and the app does the rest

You keep your catalogue, your pricing, your programme. Ossau App brings the community, carpooling and coordination.

More visibility

Your outings appear in the feed and geolocated suggestions for the entire local community.

Registrations + carpooling

Practitioners discover your outings, register, and automatically coordinate their journey.

Integration of your choice

Webhook, REST, embed widget: connect your existing tool. Or publish manually from the app.

Technical integration

Choose your integration mode

Two directions, two tools. Both can coexist.

Webhook · Ossau → you

1

You give us your URL

An HTTPS endpoint of yours, which receives JSON.

2

A public outing is created

Any Ossau user publishes a public activity.

3

You receive the event

Signed POST to your URL, in real time.

POST → your endpoint
// On vous notifie quand une activité publique est créée ou modifiée.
{
  "event":        "activity.published",
  "activity": {
    "publicId":    "act_7f3a2b",
    "title":       "Lac d'Artouste au lever du soleil",
    "type":        "HIKING",
    "purpose":     "EVENT",
    "startDate":   "2026-08-03T06:00:00Z",
    "startingLocation": "Fabrèges, Pyrénées-Atlantiques",
    "distance":    8400,
    "elevationGain": 520,
    "maxParticipants": 12,
    "organizerId": 1284,
    "url":         "https://ossau.app/activity/act_7f3a2b"
  }
}
// Événements poussés : activity.published · activity.updated · activity.cancelled · activity.full

Webhook or endpoint: the API key and full documentation are provided after a conversation with the Ossau App team, to calibrate your integration together.

Connect your site to Ossau App

Let us discuss your need: API, webhooks, widget, and we activate your access straight away.