List partners
List partners and filter them by name, email or any custom properties.
To filter partners on custom property, just add the property with its exact value as a query parameter: myCustomProp=ThisIsAValue
This will return the partners where myCustomProp exactly matches the provided value.
Query Parameters
The exact name of the partner.
The email of one of the team member used to search the partner.
The exact referral code of the partner.
The cursor used in pagination. This is the index of the first lead to be returned.
The maximum number of leads to be returned. The default is 20.
The property used to sort the leads by. The default is CreationDate.
"CreationDate"
The sorting direction for the returned leads. Accepted values: ASC, DESC. The default is DESC.
