CreditsGet auto-reload settings

Get auto-reload settings

Read auto-reload settings for the signed-in account.

curl -X GET "https://api.talkturo.com/api/credits/auto-reload" \
  -H "Content-Type: application/json"
{
  "auto_reload_enabled": true,
  "auto_reload_threshold": 3.14,
  "auto_reload_amount_usd": 3.14
}
GET
/credits/auto-reload
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (cookie: sb-access-token)
sb-access-tokenstring
Required

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.
Request Preview
Response

Response will appear here after sending the request

Authentication

path
parameterstring
Required

API Key for authentication. Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Responses

auto_reload_enabledboolean
auto_reload_thresholdnumber
auto_reload_amount_usdnumber