Campaign Wallets
Campaign wallet management
Retrieve wallets associated with a campaign
Path parameters
campaign_idstring · uuidRequired
Campaign ID
Responses
200
Campaign wallets
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/api/campaigns/{campaign_id}/walletsCreate a new wallet for a campaign
Path parameters
campaign_idstring · uuidRequired
Campaign ID
Responses
201
Campaign wallet created successfully
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
post
/api/campaigns/{campaign_id}/walletsLast updated