---
title: "Authorize a worker"
method: GET
path: "/v1/workers/{id}/authorize"
tags: ["Admin"]
---

# Authorize a worker

`GET /v1/workers/{id}/authorize`

Authorize a worker

## Path parameters

- `id` string, required

## Response `200`

OK

- SchemasWorkerAuthorizeResponse
  - `next_uri` string
  - `scopes` string[], required
  - `status` string, required
  - `url` string
  - `user_id` string, required
  - `worker_id` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-10-30** `f59a2fe653b8` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `Bearer` was added to the API
- **2025-10-16** `c1c0c56b4e7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/workers/:id/authorize/get.md)

---

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