---
title: "Initiate authentication"
method: GET
path: "/auth/request/{provider}"
tags: ["auth"]
---

# Initiate authentication

`GET /auth/request/{provider}`

Start the OAuth2 authentication flow for a provider

## Path parameters

- `provider` string, required

## Query parameters

- `callback` string

## Other responses

- `307` — Redirect to provider authentication
- `400` — Bad request
- `404` — Provider not found
- `500` — Internal server error

---

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