Create wallet alert(s)
Wallets
Create wallet alert(s)
This endpoint allows you to create new alerts for a wallet. Send a single alert object wrapped in alert key to create one alert, or an array of alert objects wrapped in alerts key to create multiple alerts atomically.
POST
Create wallet alert(s)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The customer external unique identifier (provided by your own application)
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
A unique wallet identifier within a customer. It is either set by the user at creation or auto-generated by Lago if not provided.
Example:
"wallet-code"
Body
application/json
Create a new alert for a wallet
- Option 1
- Option 2
Response
Wallet alert(s) created
- Option 1
- Option 2