---
title: "Request authorization from users"
method: GET
path: "/authorize"
tags: ["Authorization"]
---

# Request authorization from users

`GET /authorize`

Request authorization from users and grant your application access to resources associated with the user's profile.

## Query parameters

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

## Response `200`

No Content

- object

---

[API](https://skmtc.dev/sumup/apis/sumup-rest-api.md) · [All operations](https://skmtc.dev/sumup/apis/sumup-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumup/sumup-rest-api/revisions/9d3d2c99f041/schema)
