Authentication
Last updated
Last updated
API authentication is performed using the HMAC request signature sent in the Authorization
header.
HMAC-SHA1 is an algorithm defined by — Keyed-Hashing for Message Authentication. The algorithm takes as input two byte-strings, a key, and a message.