List all tenants
Retrieve all tenants for your workspace with optional search filtering and pagination.
query Parameters
searchSearch by name (legal name or DBA)
include_secureInclude masked vault data (address, legal entity identifier)
pagePage number for pagination (1-based)
limitNumber of items per page (max 100)
List all tenants › Responses
Tenants retrieved successfully
Create a new tenant
Create a new tenant for your workspace. Tenants are business customers that can have their own counterparties and accounts.
Tenants can be assigned to counterparties to organize your workspace by customer.
Required fields: business_legal_name
Create a new tenant › Request Body
business_legal_nameLegal business name (required)
business_dbaDBA - Doing Business As name
business_address_country^[A-Za-z]{2,3}$Country code in ISO 3166-1 alpha-2 or alpha-3 format
webhook_urlWebhook URL for payment creation notifications
business_street_address1Street address line 1
business_street_address2Street address line 2
business_cityCity
business_stateState/region
business_postal_codePostal code
business_legal_entity_identifierLegal Entity Identifier
Create a new tenant › Responses
Tenant created successfully