Retrieve a Partner
Retrieves the authenticated user’s public profile, enrollment date, active direct business referral count, and default payout rates. Use me or the authenticated user’s own user ID; other users are not accessible. Users who have not enrolled have a null joined_at. Retrieve referral URLs and promotion links from GET /partners/links.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-13"
Path Parameters
The authenticated partner's user ID, prefixed user_, or me. Other users' profiles are not accessible.
Response
partner retrieved
When the user joined the partner program, as an ISO 8601 timestamp. Null when they have not joined.
"2026-01-01T12:00:00.000Z"
Number of active first-tier business referrals attributed to the partner, excluding deleted businesses.
1
The authenticated partner's public profile.

