Skip to main content

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

Terminal details

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.

Loading...