Retrieves a list of all custom tables: content. Supports pagination and filtering by companyId.
- Get all rows from a custom table
Get all custom tables: content
Get all custom tables: content
Get all rows from a custo...
Final POS API (1.2.4)
Welcome to the Final POS Public API—your playground for crafting the checkout and kiosk flows you want. Create your API keys in Manage (Settings > API Keys) and send them as x-api-key on every request. Customer endpoints use dynamic DTO generation so they adapt to your custom tables in real time, while the rest of the controllers follow a stable, static contract for predictable integrations.
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://docs.finalpos.com/_mock/openapi
Official API
https://api.finalpos.com
- Mock serverhttps://docs.finalpos.com/_mock/openapi/v1/api/custom-table-rows
- Official APIhttps://api.finalpos.com/v1/api/custom-table-rows
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.finalpos.com/_mock/openapi/v1/api/custom-table-rows?tableId=string&skip=0&limit=0' \
-H 'x-api-key: YOUR_API_KEY_HERE'- Mock serverhttps://docs.finalpos.com/_mock/openapi/v1/api/custom-table-values
- Official APIhttps://api.finalpos.com/v1/api/custom-table-values
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.finalpos.com/_mock/openapi/v1/api/custom-table-values?tableId=string&rowId=string&skip=0&limit=0' \
-H 'x-api-key: YOUR_API_KEY_HERE'- Mock serverhttps://docs.finalpos.com/_mock/openapi/v1/api/custom-table-data/{tableName}
- Official APIhttps://api.finalpos.com/v1/api/custom-table-data/{tableName}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.finalpos.com/_mock/openapi/v1/api/custom-table-data/{tableName}?skip=0&limit=0' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
[ { "rowId": { … } } ]