get https://public-api.vibescm.com/companies//campaigns/wallet
This GET
method retrieves an array all wallet campaigns currently active for the specified company_key
.
Response
If no mobile wallet campaigns are located, a HTTP 404 - NOT FOUND
error will be returned. 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.