API Package Operations
Get API Packages Operation
Get API packages operation
get/v3/api-packages/{packageId}/operations/{operationId}
Response
API Package Operation
Example response
{
"id": "0f5061ce-78f6-4452-9108-ad7c02821fd6",
"api": {
"id": "0f5061ce-78f6-4452-9108-ad7c02821fd6",
"name": "MyAPI",
"version": "1.0.0"
},
"path": "/users/{user_id}",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}