get countries

This block is part of the saltedge group and was last modified in core v13.0.6.

get countries v13.0.6

Get all supported countries

In pins 1 + flow
  • flow
    flow
  • connection required
    saltedgeconnection

    current saltedge connection

Out pins 4 + flow
  • flow
    flow
  • connection
    saltedgeconnection

    current saltedge connection

  • success
    condition

    Returns the success state of the API request

  • countries
    array<object>

    Array of countries, the refresh start time is the local country time when connections will be automatically refreshed

    [
      {
        "code": "CZ",
        "name": "Czech Republic",
        "refresh_start_time": 1
      }
    ]
  • error
    value

    An API error if the success out-pin if false

A typical wiring for get countries: a function trigger starts the flow; the flow out pin feeds debug.

Studio canvas example for the get countries block: typical wiring for get countries.

Version history

Introduced in v13.0.6.


Back to saltedge Return to the main group to view all sub-groups Back to miscellaneous Return to the group to view all blocks within this group