---
title: "Get operator status for an account"
method: GET
path: "/credit/accounts/{account}/operator"
tags: ["Credit"]
---

# Get operator status for an account

`GET /credit/accounts/{account}/operator`

Returns the current operator address and list of whitelisted credit receivers.

## Path parameters

- `account` string, required

## Response `200`

Operator status

- CreditGetOperatorStatusResponse
  - `data` object, required
    - `operator` string, required
    - `receivers` string[], required

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.net/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/versions/a1172848364e/schema)
