---
title: "Authorize"
method: GET
path: "/oauth/authorize"
tags: ["Sync Authentication"]
---

# Authorize

`GET /oauth/authorize`

Generates an OAuth authorization URL that redirects users to authenticate
and authorize your application. Use this URL to initiate the OAuth flow
by redirecting users to the authorization page. The URL must be opened
in a new tab or window.

## Query parameters

- `client_id` string
- `redirect_uri` string
- `response_type` string
- `scope` string

## Response `200`

Successful response

---

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