Boca Raton Partner API

Authentication

How to authenticate requests to the Boca Raton Partner API.

Every request must include three headers:

HeaderPurpose
X-Api-KeyPartner API key issued during onboarding
X-Request-TimestampRFC 3339 timestamp used in the signing payload
X-Request-SignatureHMAC-SHA256 signature over the canonical request string

Requests where X-Request-Timestamp differs from the server clock by more than 1 minute (60 seconds) are rejected. Partners should ensure their systems are synchronized via NTP.