---
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

## Changes

- **2017-05-25** `5b98cb916342` — 3 info
  - api operation id `clientsListing` removed and replaced with ``
  - added the non-success response with the status `400`
  - removed the non-success response with the status `404`
- **2016-04-26** `5d7a4c3eadce` — 3 info
  - api operation id `clientsListing` was added
  - added the non-success response with the status `404`
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/oauth/clients.json/get.md)

---

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