Apideck Pos
Connector for the apideck-pos API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
itemsall— GET /pos/items — List Itemsitemsone— GET /pos/items/{id} — Get Itemlocationsall— GET /pos/locations — List Locationslocationsone— GET /pos/locations/{id} — Get Locationmerchantsall— GET /pos/merchants — List Merchantsmerchantsone— GET /pos/merchants/{id} — Get Merchant
Inputs
apiKey— your apideck-pos 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: itemsall
apiKey: <your key>