Retrieve a terminal by ID
GET/terminals/:id
Retrieve a terminal by ID
Request
Path Parameters
id uuidrequired
Unique identifier of the terminal
Header Parameters
sub-account stringrequired
Sub-account identifier required for all requests
Responses
- 200
- 404
Terminal details
- application/json
- Schema
- Example (from schema)
Schema
terminal_id uuidrequired
Unique identifier for the terminal.
terminal_label stringrequired
Label/name of the terminal.
terminal_favorite_contract_type stringrequired
Type of contract to be shown first.
terminal_subscription_type stringrequired
Type of subscription for the terminal.
terminal_last_modified stringrequired
Date the terminal was modified.
account_id uuidrequired
Unique identifier for the account.
terminal_subscription_id uuidrequired
Unique identifier for the subscription.
creator_id uuidrequired
Unique identifier for the creator.
{
"terminal_id": "f45b68fa-4586-4453-83af-ee2c1c2ecc27",
"terminal_label": "New Terminal",
"terminal_favorite_contract_type": "RIBPAY",
"terminal_subscription_type": "payments",
"terminal_last_modified": "2021-09-30T17:00:00.000Z",
"account_id": "b9f8e467-90a2-4976-9cd5-1624bdd80ab4",
"terminal_subscription_id": "b9f8e467-90a2-4976-9cd5-1624bdd80ab4",
"creator_id": "b9f8e467-90a2-4976-9cd5-1624bdd80ab4"
}
Terminal not found
Loading...