---
title: "GET /user/{userID}/oauth-client"
method: GET
path: "/user/{userID}/oauth-client"
tags: ["oauth-client"]
---

# GET /user/{userID}/oauth-client

`GET /user/{userID}/oauth-client`

Used for managing OAuth Clients.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Used for managing OAuth Clients.

- OauthClientListing[]
  - `id` integer — Id of the client.
  - `status` string — The status of the pack group, can be ACTIVE, CANCELLED or CANCELLED_PENDING.
  - `display_name` string — The display name of this Oauth Client
  - `client_id` string — The Client ID associated with this Oauth Client
  - `secret` string — Secret associated with this Oauth Client
  - `callback_url` OauthCallbackUrl[] — The callback URLs which are bound to this Oauth Client
    - `url` string, required — The URL for this callback.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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