---
title: "POST /api/oauth/probe"
method: POST
path: "/api/oauth/probe"
tags: ["oauth"]
---

# POST /api/oauth/probe

`POST /api/oauth/probe`

## Request body

- object
  - `url` string, required

## Response `200`

Success

- object
  - `issuer` string, nullable
  - `authorizationUrl` string, required
  - `tokenUrl` string, required
  - `resource` string, nullable
  - `scopesSupported` string[], nullable
  - `registrationEndpoint` string, nullable
  - `tokenEndpointAuthMethodsSupported` string[], nullable
  - `clientIdMetadataDocumentSupported` boolean, nullable

## Other responses

- `400` — OAuthProbeError
- `500` — InternalError

---

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