Theme

Payouts

Get Bonus Payouts

GET https://cirro.io/api/v2/payouts

Parameters

ParameterTypeNote
user_idstringA filter based on the ID of the associated user
reference_idstringA filter based on the ID of the associated reference e.g. gig
reference_typestringA filter based on the type of the associated reference e.g. Gig
limitintegerA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10
beforestringA cursor for pagination. Given object ID of the first item of a returned list will give you the previous page
afterstringA cursor for pagination. Given object ID of the last item of a returned list will give you the next page

Description

Returns the Payout object if retrieval succeeded.

Example

1client = CirroIOV2::Client.new(...)
2client.Payout.list()
Previous
Overview