get https://api.partnerstack.com/api/v2/partnerships
Returns a list of your partnerships. The partnerships are returned sorted by creation date by default, with the most recent partnerships appearing first.
Pagination
A cursor for use in pagination.
starting_after
is an item key that defines your place in the list.For instance, if you make a list request and receive 100 items, then the last item with
"key":"part_f4Jmxb7LmvhERZ"
, can be used in your subsequent call as the parameter value to fetch the next page of results:?starting_after=part_f4Jmxb7LmvhERZ.
Click here for more info about pagination.