---
title: "Finds organizations by tags"
method: GET
path: "/v1/oauth/clients.json"
tags: ["oauth_clients"]
---

# Finds organizations by tags

`GET /v1/oauth/clients.json`

Returns clients listing.

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` object
    - `id` integer
    - `created` string
    - `modified` string
    - `user_id` integer
    - `policy_url` string
    - `tos_url` string
    - `logo_url` string
    - `client_url` string
    - `client_name` string
    - `scope` string
    - `grant_types` string
    - `redirect_uri` integer
    - `client_secret` string
    - `client_id` integer

## Other responses

- `400` — Invalid input

---

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