Embedded Token creation

Hi,

Is there an API endpoint for KNIME Server that could be used to create embedded tokens for workflows? We have a need to create these tokens, but to manually creating them is a huge job. Does anyone know if there is an API that could be used to actually create these tokens?
We are set to move to KBH soon, but until then this would be useful and free up much time to actually used for KBH migrations.

Hello @Willem ,

you can use the POST /rest/v4/auth/workflow endpoint for this purpose:

I hope it helps!

Best,