---
title: "Retrieve an OAuth Application"
method: GET
path: "/oauth_applications/{oauth_application_id}"
---

# Retrieve an OAuth Application

`GET /oauth_applications/{oauth_application_id}`

## Path parameters

- `oauth_application_id` string, required — The identifier of the OAuth Application.

## Response `200`

OAuth Application

- OauthApplication — An OAuth Application lets you build an application for others to use with their Increase data. You can create an OAuth Application via the Dashboard and read information about it with the API. Learn more about OAuth [here](https://increase.com/documentation/oauth).
  - `client_id` string, required — The OAuth Application's client_id. Use this to authenticate with the OAuth Application.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Application was created.
  - `deleted_at` string, date-time, nullable, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth Application was deleted.
  - `id` string, required — The OAuth Application's identifier.
  - `name` string, nullable, required — The name you chose for this OAuth Application.
  - `status` 'active' | 'deleted', required — Whether the application is active.
  - `type` 'oauth_application', required — A constant representing the object's type. For this resource it will always be `oauth_application`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api-2.md) · [All operations](https://skmtc.net/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api-2/versions/e968bcd4dcf9/schema)
