Encryption through API

Phil Elson's Avatar

Phil Elson

17 Nov, 2015 06:34 AM

Hi,

Looking for the REST endpoint to encrypt a secret for an AppVeyor user (as per https://ci.appveyor.com/tools/encrypt). Is there such an endpoint, as I can't see it in http://www.appveyor.com/docs/api (https://github.com/appveyor/website/tree/master/NJekyll/site/docs/api)?

Thanks!

  1. Support Staff 1 Posted by Feodor Fitsner on 17 Nov, 2015 07:07 PM

    Feodor Fitsner's Avatar

    The best way to see what API method is called is using "Network" tab in browser Developer Tools.

    To encrypt the value:

    POST https://ci.appveyor.com/api/account/encrypt
    

    Request body:

    { "plainValue": "value_to_encrypt" }
    
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac