---
title: "Customer status"
method: GET
path: "/customers/{id}/status"
tags: ["Customer Endpoints"]
---

# Customer status

`GET /customers/{id}/status`

Check if a customer is banned or behind on payment.

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Customer status

- object
  - `id` integer
  - `status` string
  - `banned` boolean
  - `behind_payment` boolean
  - `status_reason_text` string

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
