---
title: "Get Authorize Url"
method: GET
path: "/api/oauth/{integration}/authorize"
---

# Get Authorize Url

`GET /api/oauth/{integration}/authorize`

Generate an authorization URL for the given integration.

## Path parameters

- `integration` string, required

## Response `200`

Successful Response

- OAuthAuthorizeResponse
  - `url` string, required
  - `integration` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/versions/327e305858ac/schema)
