get_partner_info
Get information about the authenticated partner account.
WHEN TO USE:
Checking current partner status and stats
Verifying API key is working
Getting partner account details
RETURNS:
partner_id: Partner identifier
company_name: Registered company name
status: Account status (active, suspended, etc.)
device_count: Number of registered devices
total_impressions: Lifetime impression count
earnings: Earnings summary
EXAMPLE: User: "What's my partner account status?" get_partner_info({})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||