---
title: "OAuth2 Authorization"
method: GET
path: "/v1/oauth2/authorize"
tags: ["OAuth2"]
---

# OAuth2 Authorization

`GET /v1/oauth2/authorize`

[OAuth2 Authorize](https://tools.ietf.org/html/rfc6749#section-3.1) endpoint. Please note that this authorization url is configured in the developer portal.

## Query parameters

- `response_type` string, required
- `client_id` string, required
- `redirect_uri` string, required
- `state` string
- `scope` string

## Response `200`

successful operation

## Other responses

- `400` — Bad request.
- `500` — Unexpected error.

---

[API](https://skmtc.dev/hootsuite/apis/hootsuite-apps-api.md) · [All operations](https://skmtc.dev/hootsuite/apis/hootsuite-apps-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hootsuite/hootsuite-apps-api/revisions/015e2672e012/schema)
