---
title: "Get auto recharge configuration for the authenticated user"
method: GET
path: "/billing/auto-recharge"
tags: ["Billing"]
---

# Get auto recharge configuration for the authenticated user

`GET /billing/auto-recharge`

REQUIRED SCOPES <code>['billing:read']</code><br>Get auto recharge configuration for the authenticated user

## Response `200`

OK

- object
  - `id` integer
  - `organization_id` integer
  - `is_active` boolean
  - `amount` integer
  - `amount_in_credits` integer
  - `threshold` integer
  - `threshold_in_credits` integer
  - `source` string
  - `backup` string
  - `failure` integer
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
