Skip to main content

Retrieve AutoRechargePreference

GET 
/payment/auto_recharge_pref

Retrieves the details of an existing AutoRechargePreference

Responses

200: AutoRechargePreference response

400: Bad request

401: Unauthorized

404: Record not found

Request samples


curl -L 'https://api.telnyx.com/payment/auto_recharge_pref' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"threshold_amount": "0.00",
"recharge_amount": "10.00",
"enabled": false
}