Documentation REST API

REST API

Provisioned access

Integrate synchronous review into an authorized workflow.

The customer API accepts caller-supplied diffs within an organization access boundary and returns the completed review in one response.

Access status

REST access is currently provisioned

Enjoyable does not currently offer a self-service developer API-key screen. Use hosted MCP for self-service access or contact us to provision a REST integration.

url
https://api.enjoyable.work/openapi.json

Customer operations

The customer-facing contract covers identity, organizations, provisioned synchronous diff review, and two in-development placeholder operations for asynchronous pull-request review.

Asynchronous pull-request operations are in-development placeholders

The published POST and GET operations expose the planned transport shape. They may return placeholder run and status representations, but they do not perform connected pull-request review or provide durable asynchronous retrieval. Do not rely on them for production review.

http
POST /v1/organizations/{organizationId}/reviews/pull-request/runs
GET /v1/organizations/{organizationId}/reviews/runs/{reviewRunId}