Skip to content

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

Data Transfer Objects (DTOs)

Schemas

Customer

Operations

Customers

Operations

Custom Tables: structure

Operations

Custom Table: content

Operations

Custom Tables: content

Operations

Product

Operations

Products

Operations

Outlet

Operations

Outlets

Operations

Category

Operations

Categories

Operations

Station

Operations

Stations

Operations

Get all stations

Request

Retrieves a list of all stations. Supports pagination and filtering by companyId.

Security
X-Api-Key
Query
skipnumber

Number of records to skip (must be a multiple of limit for accurate page numbers)

limitnumber

Maximum number of records to return

curl -i -X GET \
  'https://docs.finalpos.com/_mock/openapi/v1/api/stations?skip=0&limit=0' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successfully retrieved a list of stations

Bodyapplication/jsonArray [
idstring

Unique identifier for the Station.

Example: "o1p2q3r4s5t6u7v8w9x0y1z2"
createdAtstring(date-time)

Timestamp when the Station was created.

Example: "2025-12-07T19:31:48.436+00:00"
updatedAtstring(date-time)

Timestamp when the Station was last updated.

Example: "2025-12-07T19:35:48.436+00:00"
companyIdstring

Company ID associated with the Station.

Example: "o1p2q3r4s5t6u7v8w9x0y1z2"
namestring

Name of the station.

Example: "Super Station"
outletIdstring

ID of the outlet this station belongs to.

Example: "o1p2q3r4s5t6u7v8w9x0y1z2"
statusstring

Status of the station.

Example: "AVAILABLE"
deviceIdstring

Device ID of the station.

Example: "1234567890"
deviceNamestring

Name of the device.

Example: "Super Device"
stripeTerminalIdstring

Stripe terminal ID of the station.

Example: "tml_XXXXXXXXXX"
serialReaderIdstring

Serial reader ID of the station.

Example: "1234567890"
sequenceNumbernumber

Sequence number of the station.

Example: 1
isVirtualboolean

Whether the station is virtual.

Example: true
]
Response
application/json
[ { "id": "o1p2q3r4s5t6u7v8w9x0y1z2", "createdAt": "2025-12-07T19:31:48.436+00:00", "updatedAt": "2025-12-07T19:35:48.436+00:00", "companyId": "o1p2q3r4s5t6u7v8w9x0y1z2", "name": "Super Station", "outletId": "o1p2q3r4s5t6u7v8w9x0y1z2", "status": "AVAILABLE", "deviceId": "1234567890", "deviceName": "Super Device", "stripeTerminalId": "tml_XXXXXXXXXX", "serialReaderId": "1234567890", "sequenceNumber": 1, "isVirtual": true } ]

Variant

Operations

Variants

Operations

Order

Operations

Orders

Operations

Transactions

Operations

Roles

Operations

Attachment

Operations

Account

Operations

Refunds

Operations

Session

Operations

ZapierTriggers

Operations