# Get Integration Resources Save integration Parameters: - tenant_id: Identifier for the tenant. - request: List of integration strings. - user_id: ID of the user making the request. Returns: - CommonResponse with status. Endpoint: POST /action-orchestrator/v1/integrations/resources Version: 1.0.0 ## Query parameters: - `user_id` (any, required) User Id - `tenant_id` (any) ## Header parameters: - `authorization` (any) ## Request fields (application/json): - `integrations` (array) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)