---
title: "List Account Groups For Card"
method: GET
path: "/pws/cards/{public_token}/account-groups/"
tags: ["Card"]
---

# List Account Groups For Card

`GET /pws/cards/{public_token}/account-groups/`

List account groups for a card.

## Path parameters

- `public_token` string, required

## Headers

- `Client-Id` integer, required
- `Api-Call-Unique-Identifier` string, required

## Response `200`

Successful Response

- ListRuleGroupsResponseModel
  - `header` ResponseHeader
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` RuleGroupItem[]
    - `id` integer — Group Id
    - `description` string — Group Description
    - `name` string — Group Name

## Other responses

- `400` — Invalid request (missing headers, etc)
- `404` — If the token doesn’t exist
- `500` — Internal error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
