Create a vault provider key
Encrypts and stores a provider key for the authenticated vault administrator.
POST
/api/vault/provider-keysBody
slugstringtitlestringcontentstringrequiredworkflow_idstringworkflow_namestringtagsstring[]Request
curl
curl -X POST https://platform.trickest.com/api/vault/provider-keys \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
201Provider key created
keyobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring