Documentation API · v1

API publique Ultiplace

Pilotez vos salons virtuels par programmation : HTTP/REST, scope OAuth granulaire, compatible MCP, ChatGPT, Le Chat et Claude Skills.

Authentification

Deux modes sont supportes :

  • Cle API — header X-Ultiplace-Key: utp_live_xxx. A générer depuis votre espace parametres / API.
  • Bearer Firebase — header Authorization: Bearer <idToken> (pour le SDK officiel et le site web).
  • OAuth 2.0 PKCE — pour les agents (Claude Desktop, ChatGPT Connector, Cursor, Le Chat). Endpoints : /api/mcp/oauth/authorize et /api/mcp/oauth/token.

Quickstart

# Lister vos salons
curl -H "X-Ultiplace-Key: utp_live_xxx" \
  https://www.ultiplace.com/api/v1/salons

# Créer un salon a partir d'un DSL
curl -X POST https://www.ultiplace.com/api/v1/salons \
  -H "X-Ultiplace-Key: utp_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "spec": {
      "name": "Salon Tech 2026",
      "shortDescription": "Le rendez-vous tech B2B",
      "dateStart": "2026-09-15T08:00:00Z",
      "dateEnd": "2026-09-17T18:00:00Z",
      "halls": [
        { "name": "Innovation", "maxStands": 30 },
        { "name": "Startups", "maxStands": 40 }
      ]
    },
    "publishImmediately": false
  }'

Besoin d'aide pour intégrer Ultiplace ?

Notre équipe vous accompagne pour brancher Ultiplace a votre stack.

Demander une demo