INFO

Diff for /documentation/tutorials/implementing_http_signatures.md

On this page, you can preview the modified document with the changes.
Note that the links within this diff are most likely broken because they are

  • relative to the original document or

  • point to another document that is not part of the changeset.


Go back to the summary


HTTP signatures

To increase the security of requests sent to the Upvest Investments API, all requests sent submitted must be signed with a signature algorithm.

## Supported versions We currently support the following signature algorithm versions.

Supported versions

All requests sent to the Investment API must be signed. versions:

Implementation guides

We have provided tutorials on how to implement each of these. There is also a guide describing how to upgrade from v6 to v15.

## HTTP signatures examples

We provide some code examples of how to create the necessary HTTP signatures for the Upvest Investment API.

Find out here what samples are available and how you can implement them.