Skip to main content
GET

Base URL https://api.tolt.com


Query Parameters

string
The program ID from where you want to list the partners.
string - optional
Only return partners from this group.
string - optional
Return the partner with this exact email address (case-insensitive) within the program. Useful for checking whether a partner already exists before creating one. Unlike the default listing, an email lookup also returns partners who have not yet finished onboarding.
asc | desc - optional
The order of the partners to return by created_at. Default is desc.
array - optional
Specify which related objects to include in the response. Valid values are ‘group’ and ‘program’. Use expand[]=group or expand[]=program to include the related objects.
array - optional
Specify additional related data to include in the response. Valid value is ‘stats’. Use include[]=stats.
string - optional
Only return partners created after this date.
string - optional
Only return partners created before this date.
string - optional
A limit on the number of partners to return. Default is 10, max is 100.
string - optional
A cursor for use in pagination. starting_after is an object ID that defines your place in the list. The value of the starting_after parameter is the partner ID. To receive the next page use the last partner ID from the previous page.
string - optional
A cursor for use in pagination. ending_before is an object ID that defines your place in the list. The value of the ending_before parameter is the partner ID. To receive the previous page use the first partner ID from the previous page.

Response

boolean
Whether the request was successful
boolean
Whether there are more pages of results available
integer
Total number of partners matching the query
array[Object]