---
title: "GET /v1/oauth/authorize"
method: GET
path: "/v1/oauth/authorize"
tags: ["OAuth"]
---

# GET /v1/oauth/authorize

`GET /v1/oauth/authorize`

OAuth 2.0 Authorization Endpoint with PKCE

## Query parameters

- `response_type` 'code', required
- `client_id` string, required
- `redirect_uri` string, required
- `scope` string
- `state` string
- `code_challenge` string
- `code_challenge_method` 'S256'
- `resource` string
- `handoff` string

## Response `200`

Default Response

---

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