Resolve a module node
Resolves a library module by name into a workflow node definition, optionally scoped to a vault and avoiding existing node-name collisions.
POST
/api/library/resolve-moduleBody
namestringrequiredvaultIdstringmoduleIdstringexistingNamesstring[]Request
curl
curl -X POST https://platform.trickest.com/api/library/resolve-module \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Resolved module node
successbooleanrequireddataobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring