addressSearch
#Arguments
- queryString!
Search query (address, place name, or landmark)
- countryCodeString
Optional country code to limit search (ISO 3166-1 alpha-2)
- limitInt
Maximum number of results (default: 10)
Regions, zones, geocoding, and reverse geocoding.
Arguments
Search query (address, place name, or landmark)
Optional country code to limit search (ISO 3166-1 alpha-2)
Maximum number of results (default: 10)
Get a single admin region by ID.
Arguments
List administrative regions (states / provinces / admin1) with optional filtering.
Arguments
Default
{
"filter": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}List the operational regions of a specific tenant (PlatformAdmin only).
Mirrors tenantRegions but takes the target tenant from the argument
instead of the request context, so platform admins can inspect a
tenant they're not impersonating. Used by the admin tenant detail
page.
Arguments
Default
{
"filter": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Get detailed address information for form prefilling
Retrieves comprehensive address components including:
- Street name and number
- Unit/apartment number
- Building name
- Neighborhood/district
- City, region, postal code
- Country code
- Coordinates and geohash
- Address types and verification level
Either place_id OR both latitude and longitude must be provided.
Arguments
Arguments
Country code (ISO 3166-1 alpha-2)
Arguments
Currency code (ISO 4217)
Arguments
Optional search term to filter countries
Arguments
Optional filter by kind (FIAT or DIGITAL)
Arguments
Coordinates
Get a single tenant region by ID.
Arguments
List tenant regions with filtering and pagination.
Arguments
Default
{
"filter": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Get a single zone by ID
Arguments
List zones with filtering and pagination
Arguments
Default
{
"filter": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Create a new tenant region.
Arguments
Create a new zone
Arguments
Delete (deactivate) a tenant region.
Arguments
Delete (deactivate) a zone
Arguments
Update an existing tenant region.
Arguments
Update tenant region boundaries (polygon).
Arguments
Update an existing zone
Arguments
Update zone boundaries (polygon)
Arguments
BetterSuite is built for teams who see on-demand as a business — not a feature.