PartnerStack integration (Marketing, Finance). Imported from open-connector.
https://api.partnerstack.com/api/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records PartnerStack should return. |
| startingAfter | string | optional | A cursor key returned by PartnerStack pagination. |
| endingBefore | string | optional | A cursor key returned by PartnerStack pagination. |
| minCreated | integer | optional | A Unix timestamp in milliseconds. |
| maxCreated | integer | optional | A Unix timestamp in milliseconds. |
| minUpdated | integer | optional | A Unix timestamp in milliseconds. |
| maxUpdated | integer | optional | A Unix timestamp in milliseconds. |
| group | string | optional | Filter to partnerships in a group by normalized group name. |
| partnerKey | string | optional | Filter to customers for a specific partner key. |
| partnershipKey | string | optional | Filter to customers for a specific partnership key. |
| customerKeys | array | optional | Filter to specific customer keys. |
/v2/customers/{customerKey}
| Param | Type | Required | Description |
|---|---|---|---|
| customerKey | string | required | A PartnerStack resource key. |
/v2/partnerships
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records PartnerStack should return. |
| startingAfter | string | optional | A cursor key returned by PartnerStack pagination. |
| endingBefore | string | optional | A cursor key returned by PartnerStack pagination. |
| minCreated | integer | optional | A Unix timestamp in milliseconds. |
| maxCreated | integer | optional | A Unix timestamp in milliseconds. |
| minUpdated | integer | optional | A Unix timestamp in milliseconds. |
| maxUpdated | integer | optional | A Unix timestamp in milliseconds. |
| group | string | optional | Filter to partnerships in a group by normalized group name. |
| orderBy | string | optional | The field and direction PartnerStack should order by. |
| string | optional | Filter to the partner email address. | |
| approvedStatus | string | optional | Filter by partnership approval status. |
| includeArchived | boolean | optional | Whether PartnerStack should include archived partnerships. |
| partnershipKey | string | optional | Filter to a specific partnership key. |
/v2/partnerships/{uniqueIdentifier}
| Param | Type | Required | Description |
|---|---|---|---|
| uniqueIdentifier | string | required | A partner key, internal partnership key, or email. |
/v2/leads
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records PartnerStack should return. |
| startingAfter | string | optional | A cursor key returned by PartnerStack pagination. |
| endingBefore | string | optional | A cursor key returned by PartnerStack pagination. |
| minCreated | integer | optional | A Unix timestamp in milliseconds. |
| maxCreated | integer | optional | A Unix timestamp in milliseconds. |
| minUpdated | integer | optional | A Unix timestamp in milliseconds. |
| maxUpdated | integer | optional | A Unix timestamp in milliseconds. |
| group | string | optional | Filter to partnerships in a group by normalized group name. |
| partnerKey | string | optional | Filter to leads for a specific partner key. |
| leadKey | string | optional | Filter to a specific lead key. |
/v2/deals
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records PartnerStack should return. |
| startingAfter | string | optional | A cursor key returned by PartnerStack pagination. |
| endingBefore | string | optional | A cursor key returned by PartnerStack pagination. |
| minCreated | integer | optional | A Unix timestamp in milliseconds. |
| maxCreated | integer | optional | A Unix timestamp in milliseconds. |
| minUpdated | integer | optional | A Unix timestamp in milliseconds. |
| maxUpdated | integer | optional | A Unix timestamp in milliseconds. |
| group | string | optional | Filter to partnerships in a group by normalized group name. |
| partnerKey | string | optional | Filter to deals for a specific partner key. |
| customerKeys | array | optional | Filter to specific customer keys. |
| dealKey | string | optional | Filter to a specific deal key. |