Python
Applications
List all pending partner applications
Retrieve a paginated list of pending applications for your partner program.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://dub.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Query Parameters
A filter on the list based on the partner's country field.
Example:
"US"
A filter on the list based on the partner's groupId field.
Example:
"grp_123"
The page number for pagination.
Required range:
x > 0Example:
1
The number of items per page.
Required range:
0 < x <= 100Example:
50