Outline · Schema

OAuthClient

Knowledge BaseWikiDocumentsCollaborationOpen-SourceTeam

Properties

Name Type Description
id string Unique identifier for the object.
name string The name of this OAuth client.
description string A short description of this OAuth client.
developerName string The name of the developer who created this OAuth client.
developerUrl string The URL of the developer who created this OAuth client.
avatarUrl string A URL pointing to an image representing the OAuth client.
clientId string The client ID for the OAuth client.
clientSecret string The client secret for the OAuth client.
clientType string The type of the OAuth client.
redirectUris array The redirect URIs for the OAuth client.
published boolean Whether the OAuth client is available to other workspaces.
lastActiveAt string Date and time when this OAuth client was last used.
createdAt string Date and time when this OAuth client was created
updatedAt string Date and time when this OAuth client was updated
View JSON Schema on GitHub

JSON Schema

oauthclient.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OAuthClient",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the object.",
      "readOnly": true,
      "format": "uuid"
    },
    "name": {
      "type": "string",
      "description": "The name of this OAuth client.",
      "example": "Acme Inc"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "description": "A short description of this OAuth client.",
      "example": "Integrate Acme Inc's services into Outline."
    },
    "developerName": {
      "type": "string",
      "nullable": true,
      "description": "The name of the developer who created this OAuth client.",
      "example": "Acme Inc"
    },
    "developerUrl": {
      "type": "string",
      "nullable": true,
      "description": "The URL of the developer who created this OAuth client.",
      "example": "https://example.com"
    },
    "avatarUrl": {
      "type": "string",
      "nullable": true,
      "description": "A URL pointing to an image representing the OAuth client."
    },
    "clientId": {
      "type": "string",
      "description": "The client ID for the OAuth client.",
      "readOnly": true,
      "example": "2bquf8avrpdv31par42a"
    },
    "clientSecret": {
      "type": "string",
      "description": "The client secret for the OAuth client.",
      "readOnly": true,
      "example": "ol_sk_rapdv31..."
    },
    "clientType": {
      "type": "string",
      "description": "The type of the OAuth client.",
      "readOnly": true,
      "enum": [
        "public",
        "confidential"
      ]
    },
    "redirectUris": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The redirect URIs for the OAuth client.",
      "example": [
        "https://example.com/callback"
      ]
    },
    "published": {
      "type": "boolean",
      "description": "Whether the OAuth client is available to other workspaces.",
      "example": true
    },
    "lastActiveAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Date and time when this OAuth client was last used.",
      "readOnly": true
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time when this OAuth client was created",
      "readOnly": true
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time when this OAuth client was updated",
      "readOnly": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oauthclient"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.