Overview
Every request to the Onboard Business API must include your API key and an HMAC-SHA256 request signature — there is no unsigned tier.Signing a request
Required headers for signed requests:
The signature is computed over the timestamp and the exact JSON body you send,
joined with
&:
Your timestamp must be within 30 seconds of the current time — if
requests are unexpectedly rejected, check for clock drift on the machine
generating the signature.