Skip to content

List Revolut recipients for the active profile.

Synopsis

gln [global-options] revolut recipients list

Options

No command-specific options.

Description

Opens the active Revolut profile and calls the public Revolut recipient C API. The command returns one row per recipient/account mapping exposed by that API.

JSON output does not include OAuth tokens, client assertions, private keys, or raw provider secrets.

Requirements

  • Profile: required
  • Backend prerequisites: Revolut profile with stored OAuth token and approved Revolut plugin

Status and exit codes

StatusExitMeaning
ok0Recipients were listed.
error1Local validation, profile, token, plugin, or transport failure.
rejected1Provider rejected the request; provider status details are in issues.

Result keys: recipients

Examples

gln --profile rev revolut recipients list

See also