Get Billing Configurations (Admin)​
GET
/bridge-payment/admin/renewals/billing-configs
Admin endpoint to get all billing configurations for the renewal system including retry settings and notification preferences.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses​
Billing configurations
application/json
JSON
{
"success": true,
"data": {
"retry_attempts": 0,
"retry_intervals": [
0
],
"notification_settings": {
}
}
}