Skip to main content

Retrieve all terminals by account ID

GET 

/terminals/account/:account_id

Retrieve all terminals by account ID

Request

Path Parameters

    account_id uuidrequired

    Unique identifier of the account

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Responses

List of terminals

Schema

  • Array [

  • 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...