List wallets by filter
curl --request POST \
--url https://api.cloud.flexprice.io/v1/wallets/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"alert_enabled": true,
"expand": "<string>",
"limit": 500,
"offset": 1,
"order": "asc",
"sort": "<string>",
"status": "active",
"wallet_ids": [
"<string>"
]
}
'{
"items": [
{
"alert_config": {
"threshold": {
"type": "amount",
"value": 123
}
},
"alert_enabled": true,
"alert_state": "<string>",
"auto_topup": {
"amount": 123,
"enabled": true,
"invoicing": true,
"threshold": 123
},
"balance": "<string>",
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"credit_balance": "<string>",
"credits_available_breakdown": {
"free": "<string>",
"purchased": "<string>"
},
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"environment_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"status": "published",
"tenant_id": "<string>",
"topup_conversion_rate": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123
}
}Enter your API key in the format x-api-key <api-key>*
Filter
curl --request POST \
--url https://api.cloud.flexprice.io/v1/wallets/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"alert_enabled": true,
"expand": "<string>",
"limit": 500,
"offset": 1,
"order": "asc",
"sort": "<string>",
"status": "active",
"wallet_ids": [
"<string>"
]
}
'{
"items": [
{
"alert_config": {
"threshold": {
"type": "amount",
"value": 123
}
},
"alert_enabled": true,
"alert_state": "<string>",
"auto_topup": {
"amount": 123,
"enabled": true,
"invoicing": true,
"threshold": 123
},
"balance": "<string>",
"config": {
"allowed_price_types": [
"ALL"
]
},
"conversion_rate": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"credit_balance": "<string>",
"credits_available_breakdown": {
"free": "<string>",
"purchased": "<string>"
},
"currency": "<string>",
"customer_id": "<string>",
"description": "<string>",
"environment_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"status": "published",
"tenant_id": "<string>",
"topup_conversion_rate": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"wallet_status": "active",
"wallet_type": "PROMOTIONAL"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123
}
}