---
title: "OAuth callback"
method: POST
path: "/provider/{providerID}/oauth/callback"
---

# OAuth callback

`POST /provider/{providerID}/oauth/callback`

Handle the OAuth callback from a provider after user authorization.

## Path parameters

- `providerID` string, required

## Query parameters

- `directory` string

## Request body

- object
  - `method` number, required — Auth method index
  - `code` string — OAuth authorization code

## Response `200`

OAuth callback processed successfully

- boolean

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/versions/4e11f1aed2fd/schema)
