Authentication

Create an APIKey on the website before signing any requests. After creating an APIKey, keep the following information safe:

  • APIKey

  • SecretKey

The system returns randomly-generated APIKeys and SecretKeys. You will need to provide the Passphrase to access the API. We store the salted hash of your Passphrase for authentication. We cannot recover the Passphrase if you have lost it. You will need to create a new set of APIKey.

Each APIKey can be linked with up to 20 IP addresses.

Making Requests

All private REST requests must contain the following headers:

  • UMI-ACCESS-KEY The APIKey as a String.

  • UMI-ACCESS-SECRET The APISecret as a String

Request bodies should have content type application/x-www-form-urlencoded

Last updated