Hereafter is the documentation of the private API of Pims: Pointages Intelligents pour le Monde du Spectacle. This API is designed for 3rd-party softwares, editors and partners. Its main purpose is to give access the core data of a Pims customer (i.e. events, ticket counts and pr
https://demo.pims.io/api/v1
Auth type
API Key Header
Auth header
Authorization: Bearer YOUR_API_KEY
Rate limit
Varies by plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://demo.pims.io/api/v1
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)2.56s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
API key authentication (see docs for format)
Authorization: Bearer YOUR_API_KEY
Freemium. Property information management; pricing varies by provider.
| Method | Path | Description |
|---|---|---|
| GET | /categories |
Find all categories |
| GET | /categories/{category_id} |
Get one category by ID |
| GET | /channels |
Find all channels |
| GET | /channels/{channel_id} |
Get one channel by ID |
| GET | /events |
Find all events |
| GET | /events/{event_id} |
Get one event by ID |
| GET | /events/{event_id}/capacities |
Find all capacities for one event |
| GET | /events/{event_id}/capacities/{capacity_id} |
Get one capacity by ID |
curl -X GET 'https://demo.pims.io/api/v1/categories' \ -H 'Authorization: Bearer YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Pims documentation.