Skip to content

Authorization

Use this section when you need documentation about authorization in Orkes Conductor.

Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.

Quick reference

Use this authorization API when you need to manage authorization from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
POST /api/auth/authorization Grant Access
DELETE /api/auth/authorization Revoke Access
GET /api/auth/authorization/{type}/{id} Get Access Grants for a Resource
GET /api/auth/subjects/{subjectType}/{subjectId}/grants List Grants for a Subject
DELETE /api/auth/subjects/{subjectType}/{subjectId}/grants Revoke Grants for a Subject

Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.

If you are unsure where to begin, start with Grant Access, Revoke Access, Get Access Grants for a Resource, List Grants for a Subject, Revoke Grants for a Subject. These pages cover the most common entry points for this section.

When to use this section

Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.

Pages