# Pims **Provider:** Pims **Category:** maps **Base URL:** `https://demo.pims.io/api/v1` **Auth:** api-key — `Authorization: Bearer YOUR_API_KEY` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://demo.pims.io/api/v1 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://demo.pims.io/api/v1/categories` | Find all categories | | GET | `https://demo.pims.io/api/v1/categories/{category_id}` | Get one category by ID | | GET | `https://demo.pims.io/api/v1/channels` | Find all channels | | GET | `https://demo.pims.io/api/v1/channels/{channel_id}` | Get one channel by ID | | GET | `https://demo.pims.io/api/v1/events` | Find all events | | GET | `https://demo.pims.io/api/v1/events/{event_id}` | Get one event by ID | | GET | `https://demo.pims.io/api/v1/events/{event_id}/capacities` | Find all capacities for one event | | GET | `https://demo.pims.io/api/v1/events/{event_id}/capacities/{capacity_id}` | Get one capacity by ID | ## Authentication API key authentication (see docs for format) ``` Authorization: Bearer YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://demo.pims.io/api/v1/categories' \ -H 'Authorization: Bearer YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Property information management; pricing varies by provider. --- *Source: [API Map](https://apimap.dev/apis/pims/) — CC BY 4.0*