List Terminals
Terminal Gateway API
List Terminals
Retrieve all active terminals in your group with connection details and status
GET
List Terminals
This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.
Terminal ID Usage
The response includes bothconnectionId and deviceId for each terminal:
- deviceId (Recommended) - Stable identifier that persists across reconnections
- connectionId - Temporary identifier that changes when a terminal reconnects
deviceId when initiating payments for reliable terminal targeting.Authorizations
HMAC-SHA256 authentication. Requires three headers: x-api-key (your API key), x-timestamp (ISO 8601 timestamp), and x-signature (Base64-encoded HMAC-SHA256 signature). See Authentication documentation for signature computation.