Get published solution
Returns a published solution template with its tables and frozen workflow data for the showcase page. Public templates need no auth; non-public published templates require a session with vault access.
GET
/api/public/solutions/{id}Path parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/public/solutions/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Published solution showcase data
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring