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