get https://public-api.vibescm.com/companies//campaigns/wallet
Retrieve an array of all wallet campaigns currently active for the specified company_key
.
Response
By default, the first 50 wallet campaigns you created on the specified company_key
will be returned.
Sort your results
You can also sort the results by adding sorting parameters to your request. For example, if you would like to retrieve the last 50 records that have been updated, you can add the following parameters:
?sort=updated_at&order=desc
This will sort the records by the
updated_at
field in descending order.