---
title: "Authorize endpoint"
method: GET
path: "/v6/authentication/oauth2/auth"
tags: ["Authorize endpoint"]
---

# Authorize endpoint

`GET /v6/authentication/oauth2/auth`

When using the Authorization Code grant, redirect the user to the Authorize application endpoint. After the user is authenticated and approves the authorization request, Bynder will redirect the user back with an authorization code which can then be passed to the Token endpoint.

## Query parameters

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

## Other responses

- `302` — Found. Redirecting to the login provider.

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
