get_user_data#

Query | API Key Required

Returns the authenticated user’s email, credit balance, and remaining clicks count for the current billing period.

from dlubal.api import geo_zone_tool

geo_zone = geo_zone_tool.GeoZoneTool("<your-token>")
user = geo_zone.get_user_data()
print(user)

Response#

Returns UserDataType.

Field

Type

Description

email

str

Account email address

clicks

int

Remaining API calls this billing period