---
title: "aid_auth_clients_get"
method: GET
path: "/accounts/{oid}/auth/clients"
tags: ["clients"]
---

# aid_auth_clients_get

`GET /accounts/{oid}/auth/clients`

Retrieve a list of all client applications

scopes:
- admin:accounts
- read:accounts

## Path parameters

- `oid` string, ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$, required

## Query parameters

- `search` string
- `status` 'active' | 'inactive'

## Response `200`

Client Collection

- Client[]
  - `id` string, uuid — An UUID that uniquely identifies the resource
  - `created_at` string, date-time — The date-time when the resource was created
  - `created_by` string — The ID of the user/client created the resource
  - `updated_at` string, date-time — The date-time when the resource was last updated
  - `deleted_by` string — The ID of the user/client created the resource
  - `deleted_at` string, date-time
  - `name` string
  - `description` string
  - `client_id` string — Your client ID.
  - `callbacks` string[]

## Other responses

- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/versions/9b83a4199008/schema)
