---
title: "GET /.well-known/openid-configuration"
method: GET
path: "/.well-known/openid-configuration"
---

# GET /.well-known/openid-configuration

`GET /.well-known/openid-configuration`

Get OpenID Configuration

## Response `200`

OK

- object
  - `authorization_endpoint` string, required
  - `token_endpoint` string, required
  - `userinfo_endpoint` string, required
  - `token_endpoint_auth_methods_supported` string[] — If omitted, the default is client_secret_basic
  - `response_types_supported` string[], required
  - `scopes_supported` DeveloperApplicationScope[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

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