Pims
Connector for the pims API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.pims.io/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
fetchallcategories— GET /categories — Find all categoriesfetchonecategory— GET /categories/{category_id} — Get one category by IDfetchallchannels— GET /channels — Find all channelsfetchonechannel— GET /channels/{channel_id} — Get one channel by IDfetchallevents— GET /events — Find all eventsfetchoneevent— GET /events/{event_id} — Get one event by ID
Inputs
apiKey— your pims API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: fetchallcategories
apiKey: <your key>