Get terminal
Get information about terminals and terminal sessions.
All terminals
GET /terminals
Summary: Retrieve all terminals, or all terminals with a specified statuses
value. Setting statuses
to Available
, for example,
will return a list of all terminals that are currently ready to use. Because statuses
is an optional request field, leaving it blank will return a list of all terminals of all statuses.
- cURL
- Python
- PowerShell
omni-payments/terminals/curl/retrieve-all-terminals.sh
loading...
omni-payments/terminals/python/retrieve-all-terminals.py
loading...
omni-payments/terminals/powershell/retrieve-all-terminals.ps1
loading...
A specified terminal
Summary: Retrieve a specified terminal using its terminalId
.
- cURL
- Python
- PowerShell
omni-payments/terminals/curl/retrieve-terminal.sh
loading...
omni-payments/terminals/python/retrieve-terminal.py
loading...
omni-payments/terminals/powershell/retrieve-terminal.ps1
loading...
A terminal session
GET /terminal-sessions/{terminalSessionId}
Summary: Retrieve a specified terminal session by searching for the terminalSessionId
while using the /terminal-sessions
endpoint.
- cURL
- Python
- PowerShell
omni-payments/terminals/curl/retrieve-terminal-session.sh
loading...
omni-payments/terminals/python/retrieve-terminal-session.py
loading...
omni-payments/terminals/powershell/retrieve-terminal-session.ps1
loading...