Skip to main content
API v1 — Production

GxP Developer Portal

Build powerful event experiences with the Gramercy Experience Platform. REST, real-time WebSockets, and outbound webhooks — all documented, all in one place.

200+REST endpoints
40+Realtime events
v1Current version
Build with GxP

Everything you need to integrate

Three integration surfaces cover every workflow — pick the one that fits your use case.

Quick start

Up and running in minutes

The GxP API uses standard HTTP methods, JSON request/response bodies, and bearer-token authentication.

POST /api/v1/attendees
curl -X POST "https://api.gramercy.cloud/api/v1/attendees" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "first_name": "John",
    "last_name": "Doe",
    "email": "john.doe@example.com",
    "attendee_type_id": 1
  }'
Guides & resources

Dive deeper