GET

Get Overview


Retrieves the calling account's Partners Program overview, including its level, total points, and, when a higher level exists, the points remaining to reach it.

The overview is always scoped to the calling account, which is derived from the request's identity. If the account isn't in the Partners Program, the response is empty.

Points map to levels as follows: PIONEER (fewer than 1000 points), CREATOR (1000 to 1999), ICON (2000 to 4999), and LEGEND (5000 or more).

Authentication

You can only call this method when authenticated as a Wix user or by using an account level API key.

Permissions
SCOPE.PARTNERS.PARTNERS_PROGRAM_READ
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/partners/partnersprogram/v1/partners-program/overview

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?