PartnerStack Partner integration (Marketing, Finance). Imported from open-connector.
https://api.partnerstack.com/api/v2/marketplace/programs/{min_created}
| Param | Type | Required | Description |
|---|---|---|---|
| min_created | integer | required | Only return programs created at or after this epoch millisecond timestamp. |
| max_created | integer | optional | Only return programs created at or before this epoch millisecond timestamp. |
| category | string | optional | Only return programs in this marketplace category. |
| limit | integer | optional | The number of items to request. PartnerStack allows 1 to 250. |
| starting_after | string | optional | A cursor item key used to return the following page of list results. |
| ending_before | string | optional | A cursor item key used to return the previous page of list results. |
/marketplace/programs/{company_key}
| Param | Type | Required | Description |
|---|---|---|---|
| company_key | string | required | The PartnerStack company key of the marketplace program. |
/partnerships/{order_by}
| Param | Type | Required | Description |
|---|---|---|---|
| order_by | string | required | The partnership ordering expression. |
| has_sub_id | string | optional | Whether the program uses sub IDs. |
| include_offers | boolean | optional | Whether to include offers in each partnership response. |
| include_archived | boolean | optional | Whether to include archived partnerships. |
| limit | integer | optional | The number of items to request. PartnerStack allows 1 to 250. |
| starting_after | string | optional | A cursor item key used to return the following page of list results. |
| ending_before | string | optional | A cursor item key used to return the previous page of list results. |
/rewards/{company_key}
| Param | Type | Required | Description |
|---|---|---|---|
| company_key | string | required | Only return rewards for this PartnerStack company key. |
| payment_status | string | optional | The reward payment status. |
| max_created | integer | optional | Only return rewards created at or before this epoch millisecond timestamp. |
| min_created | integer | optional | Only return rewards created at or after this epoch millisecond timestamp. |
| order_by | string | optional | The reward ordering expression. |
| group_key | string | optional | Only return rewards for this PartnerStack group key. |
| customer_key | string | optional | Only return rewards for this PartnerStack customer key. |
| invoice_key | string | optional | Only return rewards for this PartnerStack invoice key. |
| status | string | optional | Only return rewards with this reward status. |
| exclude_drip_rewards | string | optional | Whether drip rewards should be excluded. |
| hide_archived_rewards | boolean | optional | Whether archived rewards should be hidden. |
| empty_line_id | boolean | optional | Whether returned drip rewards must have an empty line ID. |
| keywords | string | optional | Free-text keywords used by PartnerStack to filter rewards. |
| description | string | optional | Only return rewards whose description contains this text. |
| distinct_description | boolean | optional | Whether reward descriptions should be distinct. |
| distinct_decline_reason | boolean | optional | Whether reward decline reasons should be distinct. |
| limit | integer | optional | The number of items to request. PartnerStack allows 1 to 250. |
| starting_after | string | optional | A cursor item key used to return the following page of list results. |
| ending_before | string | optional | A cursor item key used to return the previous page of list results. |
/payouts/{min_created}
| Param | Type | Required | Description |
|---|---|---|---|
| min_created | integer | required | Only return payouts created at or after this epoch millisecond timestamp. |
| max_created | integer | optional | Only return payouts created at or before this epoch millisecond timestamp. |
| order_by | string | optional | The payout ordering expression. |
| limit | integer | optional | The number of items to request. PartnerStack allows 1 to 250. |
| starting_after | string | optional | A cursor item key used to return the following page of list results. |
| ending_before | string | optional | A cursor item key used to return the previous page of list results. |