---
title: "Authorize"
method: GET
path: "/v1/oauth2/authorize"
tags: ["oauth2", "public"]
---

# Authorize

`GET /v1/oauth2/authorize`

## Response `200`

Successful Response

- union
  - AuthorizeResponseUser
    - `client` OAuth2ClientPublic, required
      - `created_at` string, date-time, required — Creation timestamp of the object.
      - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
      - `client_id` string, required
      - `client_name` string, nullable, required
      - `client_uri` string, nullable, required
      - `logo_uri` string, nullable, required
      - `tos_uri` string, nullable, required
      - `policy_uri` string, nullable, required
    - `sub_type` 'user', required
    - `sub` AuthorizeUser, required
      - `id` string, uuid4, required
      - `email` string, email, required
      - `avatar_url` string, nullable, required
    - `scopes` Scope[], required
    - `organizations` AuthorizeOrganization[], required
      - `id` string, uuid4, required
      - `slug` string, required
      - `avatar_url` string, nullable, required
    - `requires_single_organization` boolean
    - `scope_display_names` object
  - AuthorizeResponseOrganization
    - `client` OAuth2ClientPublic, required
      - `created_at` string, date-time, required — Creation timestamp of the object.
      - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
      - `client_id` string, required
      - `client_name` string, nullable, required
      - `client_uri` string, nullable, required
      - `logo_uri` string, nullable, required
      - `tos_uri` string, nullable, required
      - `policy_uri` string, nullable, required
    - `sub_type` 'organization', required
    - `sub` AuthorizeOrganization, required
      - `id` string, uuid4, required
      - `slug` string, required
      - `avatar_url` string, nullable, required
    - `scopes` Scope[], required
    - `organizations` AuthorizeOrganization[], required
      - `id` string, uuid4, required
      - `slug` string, required
      - `avatar_url` string, nullable, required
    - `requires_single_organization` boolean
    - `scope_display_names` object

---

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