/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4mo ago
Details
Filter operations
Admin
21
get
List auth providers
post
Create an auth provider
get
Get an auth provider
delete
Delete an auth provider
patch
Patch an auth provider
get
List secrets
delete
Delete secret
post
Upsert secret
get
Get session verification settings
put
Update session verification settings
get
List auth connections
delete
Delete auth connection
get
List all workers
post
Create a worker
post
Test a worker connection
get
Get a worker by ID
delete
Delete a worker
patch
Update a worker
get
Authorize a worker
get
Get the health of a worker
get
List Tools
Authorization
4
Gateways
7
Hooks
6
LLM
1
Operations
3
Plugins
5
Tools
9
Admin
Authorize a worker
Authorize a worker
get
/v1/workers/{id}/authorize
Path parameters
id
string
required
Worker ID
Response
OK
SchemasWorkerAuthorizeResponse
required
next_uri
string
scopes
string[]
required
status
string
required
url
string
user_id
string
required
worker_id
string
required
Changes