---
title: OAuth Apps API
description: "Use the AI Inbx oauth apps API. Browse endpoints, request parameters, response schemas, and code examples for your integration."
sidebar:
  label: Overview
---

{/* Generated by scripts/openapi.ts from the shared API contract. */}

Manage customer-owned Google and Microsoft OAuth apps.

## Endpoints

| Method | Operation | Path |
| --- | --- | --- |
| `GET` | [List OAuth apps](/api/endpoints/oauth-apps/list-o-auth-apps) | `/oauth-apps` |
| `POST` | [Create an OAuth app](/api/endpoints/oauth-apps/create-o-auth-app) | `/oauth-apps` |
| `GET` | [Retrieve an OAuth app](/api/endpoints/oauth-apps/retrieve-o-auth-app) | `/oauth-apps/{app_id}` |
| `DELETE` | [Delete an OAuth app](/api/endpoints/oauth-apps/delete-o-auth-app) | `/oauth-apps/{app_id}` |
| `PATCH` | [Update an OAuth app](/api/endpoints/oauth-apps/update-o-auth-app) | `/oauth-apps/{app_id}` |

## Request essentials [#request-essentials]

Use `https://api.aiinbx.com/api/v2` as the base URL and send your API key in `Authorization: Bearer <key>`. Keep credentials on your server.

See [Authentication](/authentication) for scopes, [Conventions](/reference/conventions) for pagination and idempotency, and [Errors](/reference/errors) for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.
