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
Example response
{
"id": "b42d905a-ed33-46a3-a093-d8f536af9a8a",
"path": "/users/*"
}