v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
API Operations

Get an API Operation

Returns a specific operation for an API. Returns 404 if the API is not configured for access control enforcement.

get/v3/apis/{apiId}/operations/{operationId}

Response

An API operation

idstring uuid required

The API operation identifier.

method'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'CONNECT' | 'TRACE' required

The HTTP method of an API Operation.

pathstring required

The path of the operation.

Example response

{
  "id": "b42d905a-ed33-46a3-a093-d8f536af9a8a",
  "path": "/users/*"
}