P

Pims

by Pims Free tier

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

mapspims

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

API key authentication (see docs for format)

Authorization: Bearer YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Property information management; pricing varies by provider.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://demo.pims.io/api/v1/categories' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Pims documentation.