List all owners

Get a paginated list of all existing owners in your Belvo account. We return up to 100 results per page.

🔦 Filterable fields

Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article.

# Filtering results so that you get the emails of one link:
https://sandbox.belvo.com/api/owners/[email protected]

// Filtering results so that you get the emails of one link:
client.owners.list({
  filters: {
    email: "[email protected]"
  }
})

# Filtering results so that you get the emails of one link:
client.Owners.list(email="[email protected]")

# Filtering results so that you get the emails of one link:
client.owners.list(params: {
  email: "[email protected]"
})

})
Language
Authentication
Basic
base64
:
URL
Click Try It! to start a request and see the response here!