API Authentication¶
The RedShelf API provides multiple authentication methods based on the level of access needed. Select the method you’ll be using below for more information.
Public Key Cryptography¶
Public key authentication can be used for all read and write operations. Using this method you will generate a RSA key pair and provide RedShelf with the public key. Messages to the API are signed with the private key and the signature is verified on each request using the provided public key.